Ctags

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "==Install== <source lang="bash"> apt-get install ctags cscope </source> ==Index your source!== <source lang="bash"> #!/bin/bash -eu echo "Running ctags..." ctags -R --c-kind...")
 

Latest revision as of 12:22, 29 April 2013

[edit] Install

apt-get install ctags cscope

[edit] 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