INCLUDE_DATA

Archive for September, 2008

Using Ctags with Vim

An important feature that all modern IDEs have is the ability to go directly to the definition of a function, or class, from where it is used. This feature is naturally available in Vim as well.
Vim doesn’t have any built-in project feature, so an external program has to be used to create the function [...]

Comments