tagbar icon indicating copy to clipboard operation
tagbar copied to clipboard

Vim plugin that displays tags in a window, ordered by scope

Results 125 tagbar issues
Sort by recently updated
recently updated
newest added

Whenever I click on the tagbar window vim enters in visual mode and starts selecting everything on the window that was on focus before, from the original position of the...

unreproducible

In the wiki page: [Support for additional filetypes](https://github.com/preservim/tagbar/wiki#universal-ctags-variant) There are settings for [universal-ctags](https://github.com/universal-ctags/ctags) to work on rust project: ![image](https://user-images.githubusercontent.com/80332427/167807971-d1f2db83-2bd7-4090-bd4b-23e272444219.png) However, these settings seem not working for rust constant variables on...

Ref. version 3.0.0, I have found that the tags list for VHDL are not complete. As a result, the results returned by the ctags invocation are very poor. I offer...

language-support

When the tagbar panel is open, if omnicomplete responses are navigated, generating popup windows when documentation is available; The editor becomes unusable due to a bug, until the command :call...

pr-welcome

as the picture show ,all name defined by typedef can not show it's name correctly ![ccccccc](https://cloud.githubusercontent.com/assets/9711902/25911293/dd9583dc-35e5-11e7-95be-94a330b4a8a1.png)

ctags
pr-welcome

Im using universal ctags with tagbar, and tagbar is not generating the type information correctly. I checked and tagbar is indeed using the correct executable (not the one mac has...

ctags
language-support

when open several tab c++ code and every tab open tagbar , then run :mksession, :qa , and open vim, run :source Session.vim, and it produce errors `E95: Buffer with...

question

When vim is split vertically (multiple panes), the sidebar always shows in the rightmost part of the window. It would be useful to have an option to show the sidebar...

question

Steps to reproduce: - open a file; - open another file in vertical split to the right; - return to left split window; - open Tagbar; - choose tag to...

bug
infoneeded

This is an attempt to resolve #789 and re-enable support for addition of a new language definition from within vim configuration without having to edit `~/.ctags`. With this patch, if...