tagbar
tagbar copied to clipboard
Vim plugin that displays tags in a window, ordered by scope
So, Tagbar is really pretty, slick, etceteras; I'm a big fan, so far. Problem is, I write very modularized C code; lots of smaller files (comes from working in JavaScript...
Is it possible to use `ctags --list-kinds` command to generate kinds info for all known programming languages that ctags knows about. In the current version of **tagbar**, user has to...
Hi, I'm a co-developer of universal ctags(https://ctags.io). I would like to know the way how tagbar handles "tagfield" in a tags file. As explained in http://ctags.sourceforge.net/FORMAT, "name" part of tagfield...
It don't seems theres an option to allow multiple files to be opened at the same time like taglist does. any plans for that?
I am viewing a C++ file where there are functions at the top, followed by a few classes and then some functions at the end: ``` void foo() {} class...
See the [screenshot](http://i.imgur.com/v2h2znr.png) The test tex file is [here](http://pastebin.com/1rU4ej0x) Can you reproduce the same problem? I'm using the ctags-dev version and Vim-7.4. I have dumped the tags by running `ctags`...
Closes #532 Update of PR #561 originally implemented by @pangchol This uses a lambda callback to pass the parameters into the callback routine. note: I kept the `has('win32')` bypass logic...
The tagbar doesnt work with .tsx files. Is there any workarounds ? ``` let g:tagbar_type_typescript = { \ 'ctagsbin' : 'tstags.js', \ 'ctagsargs' : '-f-', \ 'kinds': [ \ 'e:enums:0:1',...
When I have the command line window open (q:) and I press enter on any command I get: `Error detected while processing function tagbar#ToggleWindow[2]..112_ToggleWindow[9]..112_OpenWindow[27]..112_goto_win: ` A work around is that...
when i use "coc-definition" to jump to a new java source code buffer , the tagbar doesn't work in this new buffer. the new buffer has a title like "jdt://...",...