JM (Jason Meridth)

JM (Jason Meridth)

Learn, Converse, Share

03 Jul 2016

Vim Tagbar Plugin

I found the tagbar Vim plugin last night and finally tried it out this morning. I like it. I mapped ,tb to showing it in my .vimrc.

One of the requirements is Exuberant Ctags. Since I’m on OSX I installed it with Homebrew:

brew install ctags

In a Python file it will group/fold all of your imports, classes, methods, etc in one view. It is very nice and when you press enter on one of them it takes you to that item in the current buffer.

Here are the screenshots from the github repo screenshots (C++ files):

screenshot 1

screenshot 2

I’m really liking it so far.

Tags