Tagged articles
3 articles
Page 1 of 1
Qunar Tech Salon
Qunar Tech Salon
Apr 17, 2016 · Fundamentals

Using ctags with Vim for Source Code Navigation

ctags is a Vim-integrated tool that generates tag files to index source code elements such as functions, macros, classes, and variables, enabling developers to quickly locate definitions, declarations, and references across large projects, with installation instructions, configuration steps, and common navigation commands.

Code navigationVimctags
0 likes · 4 min read
Using ctags with Vim for Source Code Navigation
MaGe Linux Operations
MaGe Linux Operations
Oct 2, 2014 · Fundamentals

Master Source Code Navigation with ctags and Vim

Learn how to install, configure, and use ctags with Vim on Linux to instantly locate functions, macros, classes, and other symbols in massive codebases, boosting productivity and simplifying source code exploration.

Source Code NavigationVimctags
0 likes · 4 min read
Master Source Code Navigation with ctags and Vim