Top "Phpstorm" questions

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

How to get intellisense working with phpStorm when passing object to function or iterating

I have an object with getters and setters but I'm loosing intellisense on that object when I pass it to …

php function intellisense phpstorm code-hinting
Auto increment number for multiple lines in PhpStorm

How to achieve auto increment for multiple selection in PhpStorm ie. If I have lines like this selected or taged …

phpstorm selection increment emmet
Multiple selection ain't working in Phpstorm 8 under Ubuntu

New feature in Phpstorm 8 - multiple selection ain't working under Ubuntu 14.04, however, the hotkey ALT+J does work, but i …

ubuntu phpstorm ubuntu-14.04
PhpStorm Can not run PHP Code CodeSniffer

Im trying to use CodeSniffer in PhpStorm. In settings->PHP->CLI Interpreter I linked to the php.exe …

php phpstorm codesniffer
Enable horizontal scrolling Phpstorm

Is it possible to enable horizontal scrolling in Phpstorm? I have found nothing whilst searching through the settings.

phpstorm jetbrains-ide
phpstorm unsaved files color

How do I see if a file has changed on PHPstorm? I need to sync the files on ftp and …

phpstorm
Shortcut key in PhpStorm to move to HTML end tag

Having a section of HTML tag: <div> /* a long long text */ </div> Suppose the caret is …

php phpstorm jetbrains-ide