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


Auto Complete = Code suggestions presented and completed, relevant to the current context
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

Other Supported Languages


PHP Framework Support


Plugin indicates that support is provided by installing external code, either directly from the developer or a third party.

Comments

Popular posts from this blog

પટેલ સમાજનો ઈતિહાસ જાણો : કોણ અને ક્યાંથી આવ્યા હતા પાટીદારો

Python HTML Generator using Yattag Part 1

Java Event Delegation Model, Listener and Adapter Classes