tagbar Questions
1
Solved
The airline plugin has an extension which uses Tagbar to show the current function name.
(I know this because of this question which I found via asking this question)
This works really well and l...
Novick asked 18/11, 2015 at 18:9
2
Solved
I want <leader>\ to open or close NERDTree and Tagbar, under the following conditions:
Only close both if NERDTree and Tagbar are both opened
Open both if NERDTree and Tagbar are closed OR ...
Katheykathi asked 8/7, 2011 at 11:53
2
Solved
I'd like to have the tagbar VIM plugin launch when I open certain filetypes, so I added the following to my .vimrc:
if has("gui_running")
autocmd BufEnter *.hs nested TagbarOpen
However, this i...
2
Solved
Recently, i gave up Taglist for Tagbar. Tagbar works as expected for all languages except PHP.
It lists class, methods and variables into their respective categories instead of displaying methods ...
1
Solved
I'm trying to use tagbar for reading code in jquery-1.7.1.js(renamed jquery.js) ,but it
doesn't work and display any errors :
"your ctags and tagbar configuration are out of sync! ".
And my ~/....
1
© 2022 - 2024 — McMap. All rights reserved.