Good ID Drupal environments?

Is there any Drupal IDE with syntax highlighting and possibly intellisense function descriptors?

+3
source share
3 answers

Netbeans PHP - http://www.netbeans2.org/features/php/index.html

The best IDE for php and, if the code has good comments, provides documentation on using functions.

+7
source

There are several tools on this page, some of which are related to Drupal plugins.

Textmate and Eclipse stand out with this. Otherwise, the page looks like a grand list of what open-source PHP developers can use.

+2
source

A developer named Chris Charlton has created a series of great extensions for Dreamweaver specifically for Drupal. http://xtnd.us/

+1
source

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


All Articles