PHP IDE & Its Features
PHP IDE & Its
Features
PHP IDE for Windows
Codelobster, Eclipse PDT, Komodo IDE, Netbeans, PHPEd, PHPStorm,
PHP Tools and Zend Studio.
PHP IDE for Mac
Eclipse PDT, Komodo IDE, Netbeans, Nuclide, PHPStorm and Zend
Studio.
PHP IDE for Linux
(Ubuntu, Fedora, Redhat, Mint, OpenSuSE, CentOS)
All PHP IDEs that work on Linux support the most popular
distributions. The following IDEs are available under Linux: Eclipse PDT,
Komodo IDE, Netbeans, Nuclide, PHPStorm and Zend Studio.
PHP Code Editor Features
Highlighting = Code colorized to simplify locating specific elements
Folding = Code blocks can be expanded and contracted (hidden)
Hinting = Similar to Auto Complete, properties are also displayed
for functions and methods
Refactoring = Restructuring code for better readability and complexity
Mapping = Display of declarations used, mapped to their origin
File Compare = Comparing 2 or more files and highlighting the differences
in them
Comments
Post a Comment