Which GNOME LINUX PHP IDE is most similar to phpDesigner on Windows?

I am looking for a PHP editor that can list all functions in one script and all variables in a script, functions, classes. and count the repetition of each variable. and automatically populate all default functions and user-defined functions and variables and constants. and can search and replace all files in one folder.

I'm really comfortable with phpDesigner and don’t want to use WinE!

Thanks for the advance!

+3
source share
5 answers

You are looking for an editor, not an IDE - so I'm not talking about Eclipse, Netbeans, or PHPStrom (which makes BTW different). But you should take a look at: Komodo Edit .

+4
source
+2

NetBeans.

NetBeans , :

  • -

..

+1

You can continue to use PHPDesigner 7 on linux with wine with some tricks. I installed and presented my experiences on Linux (ubuntu 10.10) with PHPDesigner a couple of months ago here in Wine AppDB.

+1
source

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

0
source

Source: https://habr.com/ru/post/1791951/


All Articles