Top "Phpstorm" questions

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

Which files in .idea folder should be tracked by Git?

Unlike Netbeans, in Jetbrains IDEs, the setting files related to user and team are mixed in the same folder that …

git intellij-idea phpstorm ignore
phpstorm replace array() notation to [ ] short syntax

I would like to transform all "array(...)" notation in "[...]" in my project but I don't find a regex that work …

regex replace phpstorm
PHPStorm renders a particular file name as plain text

For some reason, PHPStorm has decided to render any file named root.js as plain text without the JS coloring …

phpstorm
phpStorm 7 update docblock

Is there a way to ask phpStorm to update the contents of a docblock? eg if I have the following …

phpstorm docblocks
PhpStorm update on Ubuntu/Mint

I am running PhpStorm on Linux Mint installed in /opt. PhpStorm is notifying me that there is an update available (8.0.3), …

linux ubuntu phpstorm linux-mint
php-cgi not found in PhpStorm resulting in 502 bad gateway

I'm trying to run a simple php file with PhpStorm (v2017.3). It should output a var_dump, but I constantly …

php macos phpstorm cgi
Disable PHPStorm new file branding

When I create a new file using PhpStorm it creates it's own comment at the top, this would be fine …

php codeigniter phpstorm
How can I add volt syntax checking in PHPStorm

I want to be able to have syntax highlighting in PHPStorm for Volt, Phalcon's template engine. Is there a way …

phpstorm phalcon volt
Using remote server in phpstorm

I currently use Komodo and work directly off a remote server. I have just discovered phpstorm and I want to …

phpstorm remote-server
PhpStorm Git keeps saying: no changes detected

I tried to work with PhpStorm and Git. I have previous experience using NetBeans and I didn't have any problem …

git version-control phpstorm jetbrains-ide