Vim基础知识之ctags 及 Taglist 插件
Vim基础知识之ctags 及 Taglist 插件
1. 我的界面
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两个文件夹
转移:
相关推荐
icycolawater 2011-06-08
xushxbigbear微信 2012-08-19
luoyijs 2017-02-06
ldk0 2017-01-09
PaulJoo 2015-08-26
CoderMannul 2014-10-18
manimnchn 2014-09-20
godot0 2014-05-03
84550194 2013-12-07
冬日温暖 2013-07-15
oyl 2013-04-05
PaulJoo 2012-07-09
wangapls 2011-11-29
HorizonVim 2010-08-12
喜欢音乐的码农 2015-08-26