Top "Phpstorm" questions

JetBrains PhpStorm is a commercial IDE for PHP built on JetBrains' IntelliJ IDEA.

How to show inferred TypeScript type in WebStorm?

In VS2012, you can hover over a typescript variable and it will show you the inferred type. Is there a …

typescript phpstorm webstorm type-inference
Ftp uploading issues on phpStorm 7.1

Edit: It seems that after the last update this issue is no longer present, at least so far Whenever i …

ftp phpstorm jetbrains-ide
How to configure "Directories" when using a Symfony project in PhpStorm

I use PhpStorm to work on a Symfony project. In the File > Settings > Project … > Directories configuration, I …

php phpstorm symfony
How to configure PhpStorm to use symfony/phpunit-bridge

I 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.4
How to sort imports alphabetically for TypeScript files automatically in WebStorm / PhpStorm?

I use tslint with default config tslint:recommended and I want to adapt as less rules as possible. Certain rules …

typescript phpstorm webstorm tslint code-standards
What is the 'Resource Root' designation for in PHPStorm? For that matter, what does PHPStorm consider to be a resource?

Maybe 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-ide
PHPStorm reformat - how do I disable removing spaces in empty lines?

When reformatting a file, phpstorm replaces empty lines with whitespace to just empty lines, e.g. ^[tab][tab]$ to ^$. How …

phpstorm reformat
PHPStorm: correct PHPDoc for a Collection of Objects?

I'm using the PHPStorm IDE, and run into trouble when I run the code inspection. I have a method which …

php phpdoc phpstorm
phpunit run problems in phpstorm, Cannot create phar

I am running phpStorm 7.1.3 version on Windows 7 and I have done everything accordingly to install composer and then phpunit. Now …

php yii phpunit phpstorm phar
PHPStorm Xdebug always breaks on first line

I'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