Possible Duplicate:
Any good PHP IDE, preferably free or cheap?

Currently I'm using Notepad++. It's a great editor but there are 2 things I'm missing: autocomplete and debugger.

I'm looking for a PHP editor that supports:

  • autocomplete for PHP functions (for 5.3). It would be great to have a feature to autocomplete class members when you type $obj-> (similar to what happens in C# and Java IDEs). I know it's hard to implement because PHP is not a strongly typed language like Java or C#.
  • debugger
  • is free
  • preferably light :)

Later Edit: Could you mention if autocomplete works for class members? I don't know if it's possible, but a php editor supporting it would be great...

link|improve this question

+1 good question. Personally, I'd love to know if there's anything that meets the above requirements, and is also cross platform. I currently have an ubuntu box at the office, a windows desktop at home, and a macbook, so any editor that's only available for a single OS isn't terribly appealing to me. – Frank Farmer Mar 2 '10 at 23:29
2  
This has been asked a lot. You should of taken the time to do a quick search. Duplicate: stackoverflow.com/questions/6166/… – The Pixel Developer Mar 3 '10 at 0:16
@The Pixel Developer: that question is nearly two years old. Editors in the PHP world seem to change very frequently. – notJim Mar 3 '10 at 0:30
notJim, That's not a valid point. Although the question may have been asked a long time ago; The answers are still receiving votes and as a result you'll see the same answers here. – The Pixel Developer Mar 3 '10 at 3:50
feedback

closed as exact duplicate by Gumbo Mar 3 '10 at 12:41

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

10 Answers

up vote 2 down vote accepted

See

link|improve this answer
1  
+1 for mentioning a comparison chart. Now the OP can decide for himself what he likes. I fear this thread is going to be an Eclipse vs. Netbeans war otherwise. – Marcel Korpel Mar 2 '10 at 23:41
feedback

I quite like Komodo Edit. It's free, but it doesn't have debugger support, although Komodo IDE does. Alas, they're not the fastest editors in terms of startup time.

link|improve this answer
174 MB? that's almost a size of an operating system. – dusoft Mar 3 '10 at 0:13
1  
...and Windows 3.1 was only a few MBs (like 9?). Silly comment is silly. – Urda Mar 3 '10 at 0:18
feedback

I like netbeans but it isn't terribly light..

link|improve this answer
feedback

Being light will depend a lot on the specs of your computer, but I've been using Eclipse for all of my development, and it's been great. For PHP, there's plugins you can install, or you can simply install Aptana (as a plugin on eclipse), and install it's PHP extension which does pretty much all you need.

link|improve this answer
3  
Eclipse really isn't light by any stretch of the imagination. – Draemon Mar 2 '10 at 23:31
feedback

I use Netbeans for my PHP work and find it pretty easy to work with. Also free.

link|improve this answer
feedback

You can't ask for a Light Application when you include Debugger capabilities, this is where everything starts to be non-light.

For me, and I use in both Windows and Mac version I have

NetBeans and Aptana Studio, even though I tend to use much more Textmate for basic editing where I don't care about debugging or autocomplete.

But for all answers here, you have same choices:

You also can find more information on http://www.php-editors.com/ which is a website to read about reviews on PHP Editors :)

Hope it helps

link|improve this answer
feedback

It's not exactly light, but I use the PHP tools for Eclipse that come with Aptana Studio. It's a fantastic product, with a brilliant HTML editor, RoR and Python support, etc. as well. It's free, integrates with a debugger and is cross-platform (Java).

EDIT: It turns out that recent versions of Aptana Studio now use an open-source PHP plugin for Eclipse - PDT.

link|improve this answer
feedback

You can also use Eclipse PHP. It is a good environment for coding PHP. ^_^. You can try it if you want. Eclipse PHP is the link for the PHP editor in eclipse.

link|improve this answer
feedback

http://www.eclipse.org/pdt/

link|improve this answer
feedback

Quanta Plus is good, but it's Linux only.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.