yegappan / taglist

Source code browser plugin for Vim
BSD 2-Clause "Simplified" License
92 stars 39 forks source link

unit-tests

taglist - Source Code Browser plugin for Vim

The "Tag List" plugin is a source code browser plugin for Vim and provides an overview of the structure of source code files and allows you to efficiently browse through source code files for different programming languages.

This plugin works with both Vim and Neovim and will work on all the platforms where Vim/Neovim and ctags are supported. This plugin will work in both console and GUI Vim. This version of the taglist plugin needs Vim 7.4.1304 and above.

This plugin relies on exuberant or Universal ctags to get the list of tags defined in a source file.

Features

Installation

You can install this plugin from github using the following steps:

$ mkdir -p $HOME/.vim/pack/downloads/start
$ cd $HOME/.vim/pack/downloads/start
$ git clone https://github.com/yegappan/taglist

For NeoVim:

$ mkdir -p $HOME/.config/nvim/pack/downloads/start
$ cd $HOME/.config/nvim/pack/downloads/start
$ git clone https://github.com/yegappan/taglist

or you can use any one of the Vim plugin managers (vim-plug, dein.vim, pathogen, minpac, vam, volt, Vundle, etc.) to install and manage this plugin.

For more information about using this plugin, after installing the taglist plugin, run the :helptags ALL command in Vim and then use the :help taglist.txt command.

You can visit the following page for more information:

http://vim-taglist.sourceforge.net