Ctags

From Attie's Wiki
Jump to: navigation, search

Install

apt-get install ctags cscope

Index your source!

#!/bin/bash -eu
 
echo "Running ctags..."
ctags -R --c-kinds=-m --c++-kinds=-m
 
echo "Running cscope..."
cscope -Rb
 
echo "Done!"
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox