Vim ctags
DevOps
About
Vim ctags describes combining the Vim text editor with the universal `ctags` indexing engine. It generates a structural index file (`tags`) of all code objects, variables, and functions in a project, enabling high-speed modal key commands to hop directly to object definitions.