Pages

Tuesday, December 28, 2010

Howto Configure Vim with Ctags and Taglist for Browsing Source Code

ctags -R --c++-kinds=+pl --fields=+iaS --extra=+q . 
 
Refer: 
Visually Browsing Source-Code using Vim Ctags and Taglist
 
See Also:
exuberent Ctags FAQ
etags man page from delorie
Analysis of Source Code Navigation Tools 

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.