Possible Duplicate:
Any good PHP IDE, preferably free or cheap?
What is the best IDE for PHP?
Could you recommend me a PHP IDE?
I've tried Notepad++ (a great text editor, but.. just a text editor) and NetBeans. I've worked with Eclipse on Java too. I like NetBeans, but like Eclipse it is so damn slow. Recently it started lagging every 3 seconds or so..
Most important features are: Auto-tab, auto-completion of opened functions, HTML tags, syntax highlight, auto-generation of comments for functions, function and class hints (it should be able to "look" into my classes and their methods like NetBeans).
So, basicaly I am looking for a NetBeans-like lightweight text editor :)
Any ideas?