Tools and libs for Drupal development under GNU/Emacs. GNU/Emacs is a big and strange thing actively used by a hacker subculture for any purposes. One of Emacs abilities — to be an IDE for a wide variety of languages. There are some extensions and tools for using Emacs as IDE for PHP. The purpose of this project is to merge useful PHP tools for Emacs to one bundle for a quick installation and easy updating.
Version 1.x of the IDE offers basic set of features:
Syntax highlighting (with drupal-mode)
Code formatting mostly compatible with Drupal standards (with drupal-mode)
Basic set of expandable code templates for Drupal hooks and PHP functions (with yasnippet)
Realtime PHP-syntax checks (with flymake)
Shows help for API functions in an external browser
Extras:
Insert hook templates from parsed *.api.php files.
Minor mode for replace dashes with underscores (especially for hardcoded Lisp programmers :)
Snippets with Russian comments (more translated snippets are welcome)
Allows your Drupal site to gather statistics on how many times your content (and other entity types) have been "shared" with social/sharing services like Twitter, Google+, Facebook, etc.