Combining vim with ctags yields a powerful combination for working with large or unfamiliar codebases. What is ctags? Ctags is a tool that will sift through your code, indexing methods, classes, variables, and other identifiers, storing the index in a tags file. The tags file contains a single tag per line. Depending on command line arguments and the language ctags is run against, a lot of informa