Thursday, October 13, 2011

cscope and ctags

* CScope: do a 'cscope -R -b' in the directory, then run vim to use cscope.out auto.

* CTags: do 'ctags --recurse=yes .' in the directory, run vim, use ctrl-] and ctrl-t
(install cscope and ctags before usage)

No comments:

Post a Comment