Closed ghost closed 4 years ago
This seems like it would require a different custom plugin. Tagbar works in conjunction with ctags to provide a list of tags for the active file. This request doesn't seem to fit in with what the purpose of tagbar is designed for and would be better handled by a custom plugin specifically for that parsing. And what's more, tagbar uses the jump to jump to the location within the current file, not into other files. Closing this issue as it is not in the scope of tagbar.
The use-case is that I have list of files in a folder that I can for example create a hidden file
.targod
to list markers for each file in that folder to be marked that I can trigger tarbar to read.targod
and properly show candidates that have been marked for a specific file.example: a
.conf
file that I markIssue
, and in.targod
is something like:filename.conf
When I open
filename.conf
and trigger tagbar, list of candidates showing like below:Is this possile with tagbar? Idon't find it in docs.