Questions tagged [tagbar]

Tagbar is a vim plugin for browsing the tags of source code files. It provides a sidebar that displays the ctags-generated tags of the current file, ordered by their scope. This means that for example methods in C++ are displayed under the class they are defined in.

Tagbar is a Vim plugin for browsing the tags of source code files. It provides a sidebar that displays the ctags-generated tags of the current file, ordered by their scope. This means that for example methods in C++ are displayed under the class they are defined in.

35 questions
0
votes
1 answer

E492: Not an editor command: TagbarToggle

I've succeeded to install tagbar with vim-plug in my .vimrc file. I've also installed a keybinding that use F8 to open tagbar. However, each time I use that key, I obtained the error in the title. Could anyone be able to tell me how to fix it? The…
user7565038
0
votes
1 answer

vim creates temporary files in the current working directory

I normally setup my backup directory in my vimrc as follows. set backupdir=~/vimtmp,/tmp,. set directory=~/vimtmp,/tmp,. This works as all the *.*~ goes to the vimtmp folder. However, certain plugins such as NERDTree, Tagbar create their…
Validus Oculus
  • 2,756
  • 1
  • 25
  • 34
0
votes
1 answer

Always show tags for a header file in tagbar

I'm using vim with tagbar plugin and by default tagbar shows tags for the current active buffer. I'm curious if there is an option to make it always show tags for the corresponding header file. So for example if the current buffer is foo.cpp I want…
makey
  • 23
  • 3
-1
votes
2 answers

spf13-vim tagbar is not working

I have already mounted ctags, but it still not working at all. I pressed ,tt , and nothing happened. Is that any way to solve this problem in spf13-vim? Did Anyone suffer the same problem as me?
Leo Hsieh
  • 351
  • 4
  • 12
-1
votes
1 answer

In vim Tagbar not work in modules in javascript?

i am working in vim and when i make js with modules then it not shown any tag. and when i make this file with Class then it will show in taglist all things like below Class Method Function variables and etc like my module code like something in…
Rituraj ratan
  • 10,260
  • 8
  • 34
  • 55
1 2
3