How to display variables in Taglist window in vim
Posted
by Yogesh Arora
on Stack Overflow
See other posts from Stack Overflow
or by Yogesh Arora
Published on 2010-03-05T18:46:26Z
Indexed on
2010/03/08
16:51 UTC
Read the original article
Hit count: 454
I am using Taglist plugin in vim. In the taglist window i can see tags like namespaces, classes, struct, function but not variables. I saw a screenshot(attached below) on Taglist website which had this info. I am using Vim 7 and Exuberant Ctags 5.8, and i have generated my ctags using this command
ctags --c++-kinds=+p --fields=+iaS --extra=+q --language-force=C++
© Stack Overflow or respective owner