I am using GVim as the main editor when writing code, and using ctags for quick lookup functions. For Drupal it doesn’t work, because it use .module as extension for the module code.
I found a to solve this issue, just using the following command to index the directory:
ctags --langmap=php:.inc.module.engine.theme -R .
Happy hacking Drupal