Skip to content

Tagbar

Tagbar is a Vim plugin that provides an easy way to browse the tags of the current file and get an overview of its structure. It does this by creating 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.

Markdown support

ctags Install

Debian 기반:

apt install exuberant-ctags

Troubleshooting

Rust tagbar 지원

rust.vim을 설치하면 된다.

See also

Favorite site