PHP IDEs

Since I’m doing more and more PHP development, I’ve been spending a bit of time trying to figure out if I can put together a decent development and debugging environment. Up until now, I’ve just been using Notepad++ (on the PC) and TextMate (on the Mac).

I’ve switched over to Komodo Edit on both platforms now, and that works pretty well. To do debugging, you need to spend $300 on Komodo IDE. But Komodo Edit does a lot, including auto-completion, syntax checking, and the ability to drill down into function definitions.

I like the idea of having a debugger, of course, so I decided to explore a couple of free IDEs that would support that. Netbeans looks nice, but it’s pretty heavy. Eclipse PDT is a bit better, but still kind of bloated. I think I may have to spend the $300 on Komodo IDE.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.