The IDE that empowers PHP developers
PhpStorm 9.5 has an amazing innovation in its refactoring engine. Now, when you need to rename a variable, parameter, class, method, constant or goto label, you can do it in-place, right in the editor pane. (more…)…
Today we would like to talk about Interactive Debug Console, a new feature that is available in the current PhpStorm 9.5 EAP. With Interactive Debug Console, you can alter variables, call PHP functions, and define additional functions – all on the fly. With this simple yet powerful feature, you will…