Top "Phpstorm" questions

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

PhpStorm and Github for Windows

PhpStorm integration with Git asks me for git.exe path, however "github for windows" seems like it doesn't create any …

git phpstorm github-for-windows
How to debug php artisan serve in PHPStorm?

I am using PHPStorm for develop my PHP web pages. All work fine with my Apache Server, XDebug, and a …

php laravel phpstorm xdebug
How can I debug my docker container with phpStorm

Under the following IP my Container run successful in my Webbrowser http://192.168.99.100:32775 I have also create a volume to share …

php docker phpstorm xdebug boot2docker
Connect to MySQL database on vagrant machine in PhpStorm

I can not create a connection to a MySQL database in a vagrant machine with PhpStorm. My settings are: DATABASE …

mysql connection vagrant phpstorm
Phpstorm superslow - 282.8% CPU usage

After working for over 5 years with Netbeans I wanted to give a try with Phpstorm suggested by a friend. I …

performance svn 32bit-64bit phpstorm
PhpStorm - Can't add a theme

I'm student and I got the free latest version of PhpStorm 9 (build PS-141.1912). I tried to add a theme and …

php themes phpstorm color-scheme
PHPStorm: undefined variables caused by include/require

PHPStorm showed that all the variables from other files, both required and included, are undefined. I found this solution here, …

php variables undefined require phpstorm
Add an empty line at end of file according to PSR-2 on PhpStorm

I use PSR-2 for code styling my code. When I inspect a file using Codesniffer most of the times I …

php phpstorm codesniffer phpcodesniffer psr-2
Rename file in PHPStorm without refactoring

How do I quickly rename a file name without refactoring in PHPStorm? Even after I've just created the file, PHPStorm …

php file rename phpstorm
Phpstorm zen coding: insert <?php ?> tag

Is there a built-in zen coding shortcut in PhpStorm to insert a <?php ?> tag? If not, how would …

phpstorm emmet