Tag

ctags

1 views collected around this technical thread.

Qunar Tech Salon
Qunar Tech Salon
Jun 3, 2016 · Fundamentals

Using Vim, Ctags, Cscope, Doxygen, and GDB for Source Code Exploration on Linux

This article explains how to set up and use Vim together with Ctags and Cscope, configure Doxygen for documentation generation, and employ GDB for debugging, providing Linux developers with a comprehensive toolkit for efficiently navigating and understanding large codebases.

GDBLinuxVim
0 likes · 9 min read
Using Vim, Ctags, Cscope, Doxygen, and GDB for Source Code Exploration on Linux
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.

Vimcode navigationctags
0 likes · 4 min read
Using ctags with Vim for Source Code Navigation