Search code examples
vimtaglist

vim taglist: show class members as a respective class tag subtree


I'm new with vim's taglist plugin and have a question regarding display style of classes and members within taglist window. Taglist displays them as two separate lists: one for classes and one for class members. However I would like class members to be displayed as a subtree of a respective class tag. Is it possible?

Thanks in advance!


Solution

  • No you can't. But another plugin, TagBar, was created specifically for that.