IVIR3zaM
IVIR3zaM

Reputation: 557

Which GNOME LINUX PHP IDE is most like phpDesigner in Windows?

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

Answers (5)

Arda
Arda

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

Joseph Le Brech
Joseph Le Brech

Reputation: 6653

gedit is great, you can add a class browser and zen coding.

Upvotes: 0

oopbase
oopbase

Reputation: 11385

You should take a look at NetBeans.

NetBeans supports all the features you need, like:

  • Listing your functions
  • Auto-Completion
  • Searching and replacing in your files

and so on...

Upvotes: 1

Radek
Radek

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

Leroy
Leroy

Reputation: 151

What about Eclipse PHP?

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

Upvotes: 2

Related Questions