yegappan / taglist

Source code browser plugin for Vim
BSD 2-Clause "Simplified" License
92 stars 39 forks source link

It does not show C++ class name in *.hpp file #16

Open lixueyi83 opened 3 months ago

lixueyi83 commented 3 months ago

I just found that it seems it does not show the class name for the hpp header file in the _TagList window. Is it something wrong with the setting or configuration or it may never show the class names in the TagList__ window.

Assume I have three classes defined in header.hpp:

and I am expecting to see

        class
            Class1
            Class2
            Class3

in the __Tag_List__ window. Sort of that. Thanks in advance.