Reputation: 557
I'm looking for a php editor can list all functions in one script and all variables in script, functions, classes. and count repeat of every variable. and auto-complete all default functions and user defined functions and variables and consts. and can search and replace in all files in one folder.
really I'm handy with phpDesigner and don't wanna use WinE!
Thanks for advance!
Upvotes: 3
Views: 6540
Reputation: 6916
You can keep on using PHPDesigner 7 on linux with wine with some tricks. I had installed and submitted my experiences on linux (ubuntu 10.10 back then) with PHPDesigner couple of months ago here in Wine AppDB.
Upvotes: 1
Reputation: 6653
gedit is great, you can add a class browser and zen coding.
Upvotes: 0
Reputation: 11385
You should take a look at NetBeans.
NetBeans supports all the features you need, like:
and so on...
Upvotes: 1
Reputation: 8376
You looking for editor, and not IDE - so I'm not talking about Eclipse, Netbeans or PHPStrom (which is great BTW). But you should take a look at: Komodo Edit.
Upvotes: 4