Vim基础知识之ctags 及 Taglist 插件

Vim基础知识之ctags 及 Taglist 插件

1. 我的界面

Vim基础知识之ctags 及 Taglist 插件

2. ctags

  • exuberant ctags是一般Linux系统上缺省的ctags
  • 我的ctags版本:Exuberant Ctags 5.9~svn20110310

    简单介绍

    • Used in at least 50 countries in all 7 continents (including Antarctica!)
    • Supports 41 programming languages
    • Featured in the book, Learning the vi Editor, a title in the O'Reilly series
    • Covered in the March 2001 issue of C++ Users Journal, "Navigating Linux Source Code"
    • Praised in the Weekend Mechanic column of the June 1997 issue of Linux Gazette
    • Praised in Perl Buzz
    • Freely available under the terms of the GNU General Public License
    • Included in major Linux distributions

    安装方式

sudo apt-get install exuberant-ctags

.vimrc配置

""""""""""""""""""""""""""""""""""
"plugin-->ctags(exuberant-ctags)
""""""""""""""""""""""""""""""""""
set tags=tags
set autochdir

3. taglist

我的taglist版本:4.6

下载

taglist_46.zip 可以到安科网资源站下载:

------------------------------------------分割线------------------------------------------

具体下载目录在 /2017年资料/3月/8日/Vim基础知识之ctags 及 Taglist 插件/

------------------------------------------分割线------------------------------------------

安装

  • 解压:得到doc和plugin两个文件夹
    Vim基础知识之ctags 及 Taglist 插件

  • 转移:

相关推荐