Jump to content

Ctags

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Liyanage (talk | contribs) at 16:39, 26 December 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Ctags is a program that generates an index (or tag) file of objects found in source and header files of various programming languages. Each of these tags signifies an object of the language for which an index entry is available. These tags allow items to be quickly and easily located by a text editor or other utility. Alternatively, there is also an output mode that generates a cross reference file, listing information about various objects found in a set of language files in human-readable form.

Tag index files are supported by most major and a couple of other editors, including: