preservim / tagbar

Vim plugin that displays tags in a window, ordered by scope
https://preservim.github.io/tagbar
Other
6.11k stars 486 forks source link

Feature Request: Ignore anonymous option #727

Closed raven42 closed 3 years ago

raven42 commented 3 years ago

Closes #726

New option g:tagbar_ignore_anonymous to ignore any tags with anon in the tag name. CTAGS will print any unlabeled tags with the anon### name with a custom hash. This option will ignore those tags and they will not be visible in the tagbar window. This could potentially result in unknown behavior when a parent object has been ignored in this way. However these tags should then fall under the default hierarchy for that particular kind.