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

See #568 for discussion where this was brought up, but this might be both more versatile and faster on as many platforms as support it. The current read file from...

feature
pr-welcome

We see the limitations of the snap distribution of ctags documented here: https://github.com/majutsushi/tagbar/blob/3fe9d8e13b7a9e82ae612c8a12b35a3c6653e9da/doc/tagbar.txt#L847-L864 It would be nice to document this under "tagbar-issues", pointing to this option for solving this.

pr-welcome
documentation

Hello, ### Issue: The `/tmp` file use to cache the source before passing them to `ctags` is out of reach for the `ctags` program installed with `snap`. The plugin cannot...

question

How to modify the vim-airline and also Tagbar buffer to display only the current function name we are in instead of also including variables too

question

Hi there, The wonderful Vim intro disappears almost instantly if I install tagbar. Upon browsing this error pattern I found another plugin that used to have similar result, and they...

question

I am using tagbar on Windows and met this error: > || 194_do_delayed_update[11] || 194_AutoUpdate[56] || 194_ProcessFile[42] || E482: Can't open file C:\Users\ADMINI~1\AppData\Local\Temp\nvimsw7TqN\11.md for writing: no such file or directory...

bug
patch
pr-welcome

The problem is exactly as the title states. I've pasted a debug log. Here is some info - Running vim on Windows Linux Subsystem - Set path to Ctags with...

I'm trying to hide packages and imports for Go files. I generate the go type code with `:TagbarGetTypeConfig go` which gives me ``` let g:tagbar_type_go = { \ 'kinds' :...

infoneeded

This is a side effect of #676. When the ctags output contains a new kind not defined in [types/uctags.vim](https://github.com/preservim/tagbar/blob/master/autoload/tagbar/types/uctags.vim), then when the cursor moves through the main file window, the...

bug

The wonderful Vim plugin YouCompleteMe makes use of clangd to parse the currently open file and get the needed information to provide semantic auto-completion (initially it used its own server...

feature
pr-welcome