GNU GLOBAL

), allowing users to find all objects declared in the source files and to move among them easily.

It is particularly useful for working on projects containing numerous sub-projects and complex syntax trees generated by the compilation process (e.g., C code containing numerous #ifdef directive which select among several main() functions using conditional compilation).

It is similar to older tagging software such as ctags and etags, but differs in its independence from any specific text editor.

Use cases are varied, and include traversing the source code of the Linux kernel,[2] browsing Ruby code after having analyzed it with Exuberant ctags or rtags,[3] examining the structure of software packages in HTML mode,[4] or exploring a large and unfamiliar codebase.

[5] GLOBAL is used by other software, including GNU Automake.