I am using vim with taglist plugin. But when open taglist everytime, it displays fields and method. But i don’t care the fields in this class, i just want to just select a method and jump to it. Using search such as /method can actually solve this problem. But i think there must be better solution.
Thanks
I am using vim with taglist plugin. But when open taglist everytime, it displays
Share
Edit straight from the docs (taglist.txt):
This configures taglist to pass certain options to ctags, e.g.
ctags –c++-kinds=+p –fields=+iaS –extra=+q
You could you
--list-kindsto find out which kinds you want included.