JetBrains PhpStorm is a commercial IDE for PHP built on JetBrains' IntelliJ IDEA.
In VS2012, you can hover over a typescript variable and it will show you the inferred type. Is there a …
typescript phpstorm webstorm type-inferenceEdit: It seems that after the last update this issue is no longer present, at least so far Whenever i …
ftp phpstorm jetbrains-ideI use PhpStorm to work on a Symfony project. In the File > Settings > Project … > Directories configuration, I …
php phpstorm symfonyI had problems with configuring PhpStorm IDE to use http://symfony.com/doc/current/components/phpunit_bridge.html while working …
php symfony phpstorm symfony3.x symfony-3.4I use tslint with default config tslint:recommended and I want to adapt as less rules as possible. Certain rules …
typescript phpstorm webstorm tslint code-standardsMaybe I'm being thick, but I fail to understand what the 'Resource Root' button/designation is for when creating a …
intellij-idea phpstorm webstorm jetbrains-ideWhen reformatting a file, phpstorm replaces empty lines with whitespace to just empty lines, e.g. ^[tab][tab]$ to ^$. How …
phpstorm reformatI'm using the PHPStorm IDE, and run into trouble when I run the code inspection. I have a method which …
php phpdoc phpstormI've setup Xdebug with the following configuration: [xdebug] zend_extension="/usr/local/Cellar/php55-xdebug/2.2.5/xdebug.so" xdebug.remote_enable= "…
php phpstorm breakpoints xdebug