What editor do people here use in linux? I want Xdebug support but I don't want something java based (eclipse, netbeans, etc) nor do I really want to use VIM. Any native GTK based editor/sdk that supports PHP & xdebug would be awesome.
|
Aptana Studio 3is by far one of the most comprehensive IDEs I've used for PHP development (or Web development for that part).
Here's an additional screenshot of it's on-the-fly debugging, autocomplete, and hinting.
|
|||||||
|
|
I use geany for python as well as php. Just love it. See here for snippets and colorschemes. I also created a tag creator for geany based on its documentation. |
|||||||
|
|
I recently switched from Netbeans to PhpStorm and haven't looked back. With a zero config setup you can start using xdebug immediately - both for debugging pages, and also for commandline scripts. You can do all the obvious stuff like breakpoints, and step debugging - but you can also step "in" and step "over" to be able to sensibly handle methods that you don't really care about stepping through. It has the abiltiy to "watch" for variables and values as you step too. |
|||
|

