jimafisk
Drupal heavily uses an API for you to interact with code via hooks. Often times you might not really know what this code is doing or in what file it is originally declared. You can figure this out in your vim editor with the help of exuberant-ctags!
Here's a link to some helpful commands for using ctags with vim: http://stackoverflow.com/questions/563616/vim-and-ctags-tips-and-tricks ... https://www.youtube.com/watch?v=DPv_6zU0ZoQ
15521826 Bytes