Configuring Komodo Edit for Drupal
If you want to enable syntax checking and auto-completion for standard PHP and Drupal functions in Komodo Edit, here's what to do:
First you need to download and install PHP on your local machine (if you haven't). Make sure to install the same version that you run on your server.
Then, download the version of Drupal that you're using on your site(s) - or if you keep mirror copies of all your Drupal sites on your local machine already, then you could use those instead and pick up all the available functions.
Launch Komodo Edit, and on the start page, go to "Check Configuration".
Komodo Edit should automatically detect your PHP installation, so the PHP line should read "PHP Syntax Checking:Ready". Go into Configure PHP, and you'll want to add the Drupal directory or your site directories under "PHP directories".
That's it - Komodo Edit will check your syntax and recommend/auto-complete for all php and Drupal functions as you type.
