Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

Tagbar plugin for Vim

📅 2013-Feb-17 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ ctags, tagbar, vim ⬩ 📚 Archive

Tagbar is a beautiful plugin for Vim that can be used to view the classes, methods, types and other such entities defined in a source file. It does this by automatically generating the ctags information for the file and displays it in a split window. The information is displayed in a format similar to the class explorer in Visual Studio or Eclipse.

The plugin can be installed for Pathogen easily by cloning its github repository.

To toggle the tagbar window type :TagbarToggle

Map this command to any key sequence that you desire for ease of use.

Tried with: Vim 7.3 and Ubuntu 12.04 LTS


© 2023 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 Mastodon📧 Email