ctags

Generate tag files for source code indexing and navigation

brewmacoslinux
Try with needOr install directly
Source

About

Reimplementation of ctags(1)

Commands

ctags

Examples

Generate tags for all C files in current directory$ ctags *.c
Recursively generate tags for entire project$ ctags -R .
Generate tags for specific languages$ ctags --languages=Python,JavaScript -R src/