ctags
- "ctags" allows to cross-reference the code and browse to the definition of identifiers in a hypertext-like manner.
- To use it first execute:
$ ctags -R
- In the command line, in the top-directory you wish to create.
- Then you can type
Ctrl+]
to jump to the definition of an identifier, andCtrl+T
to return to the previous position.