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...