Search this blog
PhpStorm Links
Categories
-
Tags
2018.3 2019.1 2019.2 annotated monthly best practices bugfix bug fix Commandline completion composer conference database debug debugging deployment eap editor event ftp inspection JavaScript Languages Laravel navigation PHP PHP 7.4 PHP Annotated Monthly phpdoc PhpStorm phpstorm 9 phpStorm 10 PHPUnit plugins productivity RC refactoring release Symfony Syntax highlighting unit testing update vcs webinar WebStorm XdebugOther JetBrains Blogs
Meta
Tag Archives: plugins
How to provide stubs for PhpStorm
We call PhpStorm “an IDE that actually ‘gets’ your code,” meaning that it provides completion, type inference, inspection, documentation pop-ups, and a lot more coding assistance. For all the Standard PHP Library components as well as for common extensions, this … Continue reading
Posted in Cool Feature, Newsletter
Tagged best practices, inspection, plugins, Syntax highlighting
4 Comments
Hunspell dictionaries support
PhpStorm is a polyglot IDE: it understands PHP, JS, CSS, HTML, and many other languages and will provide you with smart interpretation to assist you with writing your code. But what about human languages? English is the only language supported … Continue reading
Working with composer.json in PhpStorm
What makes PHP great is the community that is building frameworks, libraries and nice tools. And more. This awesome community brought us Composer, a dependency manager for PHP which lets us install and update packages from Packagist.org and makes it easy to … Continue reading
Posted in Cool Feature
Tagged completion, composer, inspection, PHP, plugins, Syntax highlighting
4 Comments
Laravel Development using PhpStorm
Lots of PHP developers create their applications using Laravel, a free, open source PHP web application framework. It is built on top of several Symfony components, and provides a development framework that makes common tasks such as authentication, routing, sessions … Continue reading
Announcing Grunt support in PhpStorm 8 EAP
We are pleased to announce Grunt support in PhpStorm 8 EAP! If you’re new to Grunt, it is a JavaScript Task Runner, much like Phing is for PHP, which can automate a lot of tasks in our development workflow. Grunt … Continue reading
Posted in Cool Feature, Early Access Program
Tagged grunt, JavaScript, Languages, node-js, PHP, plugins, productivity, Syntax highlighting
19 Comments
Tracing, debugging and profiling JavaScript code with spy-js in PhpStorm
Forget about the NSA: PhpStorm 8 EAP comes with spy-js, our own secret service that allows tracing our code without console.log, debugging it without breakpoints and profiling it without any specialized tools. All while running our web app (and even … Continue reading
Posted in Cool Feature, Early Access Program
Tagged debugging, JavaScript, node-js, plugins, productivity, profiling, spy-js, tracing
7 Comments
Vagrant Improvements in latest PhpStorm Update
With PhpStorm 7, we introduced built-in support for working with Vagrant, a tool which helps to create reproducible development environments. These scripted virtual machines can then be shared using a simple script, instead of having to share a full-blown virtual … Continue reading
File Watchers in PhpStorm
Imagine working on a file and running a command line tool in the background for every change made. “Why would I want that?” I hear you say. Wouldn’t it be great if the IDE could minify our JavaScript and CSS … Continue reading
Posted in Cool Feature
Tagged Commandline, file watcher, plugins, settings, tutorial, web
3 Comments
PhpStorm 7 Web Toolkit Series – Stylus and Compass Support
In web development, there are quite some options available to make writing CSS more concise and developer-friendly. There is Less, Sass, SCSS and more recently Stylus, all languages that sprinkle CSS with variables, mixins, operations and functions. And then there’s … Continue reading
Posted in Cool Feature
Tagged completion, CSS, editor, HTML, plugins, productivity, stylus, Syntax highlighting
4 Comments