Top "Phpstorm" questions

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

502 Bad Gateway PHP Storm but Interpreter and executable are set

OS: Windows 7 - 64 bit PHP: Standalone php.exe (PHP ver 5.5) PHPStorm Version: 10.0.1 All the advice I see on getting past …

php phpstorm development-environment windows-7-x64
How to configure WebStorm / PhpStorm project so that JS code intelligence works well for Node.js projects?

In WebStorm / PhpStorm / IDEA, there are quite a lot of code intelligence feature for JavaScript built in. However, when developing …

node.js intellij-idea phpstorm webstorm
How to open recently closed file in PhpStorm?

I am looking for shortcut to open recently closed file in PhpStorm. I know some similar shortcuts but I am …

phpstorm webstorm
How to get a list of files with errors in PhpStorm

In PhpStorm I get a read mark on the upper right side of the code window if there's a PHP …

phpstorm
PhpStorm Deployment menu greyed out

I've added a server in PhpStorm deployment settings but the Tools -> Deployment -> Upload to menu is …

ide phpstorm
PhpStorm + Xdebug = page not loading

First things first, have some xdebug info: Xdebug installed: 2.2.0rc1 Server API: Apache 2.4 Handler Apache Lounge Windows: yes - Compiler: …

php xdebug phpstorm
How can I get IDE autocomplete for PHPUnit?

I am using Symfony2, everything is installed, my tests work so good so far. I'd like to get an autocompletion …

php symfony phpunit phpstorm
How to debug in PHPStorm with built in webserver using Symfony command line tool

I was able to set up a php web app debugger in PHPStorm by simply tying it to my localhost …

php symfony intellij-idea xdebug phpstorm
How to wrap selection in quotes using PhpStorm?

I have two different machines both using PhpStorm. One has the feature enabled, that I can select a text and …

php configuration phpstorm
Regex replace uppercase with lowercase letters in PhpStorm/Webstorm (Intellij-IDEA)

Hey I have to change in a lot of places camelCase to snail_case. I have following example: billingAddress paymentDetails …

regex intellij-idea phpstorm webstorm