Ctags

From OSSWiki

Jump to: navigation, search
Author: Version: 5.6
License: Release Date: May 29, 2006
Website: http://ctags.sourceforge.net/ Filesize:
Status:
Supported platforms: Windows
Categories: Development Tools

button_download.png Download

button_donate.png Donate


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:

External links