1、MinBufExplorer2、CtagsCtags工具是用来遍历源代码文件生成tags文件,这些tags文件能被编辑器或其它工具用来快速查找定位源代码中的符号(tag/symbol),如变量名,函数名等。比如,tags文件就是Taglist和OmniCppComplete工作的基础。[root...
分类:
系统相关 时间:
2015-11-19 16:32:46
阅读次数:
259
Plugin 'VundleVim/Vundle.vim' " VIM插件管理工具Plugin'The-NERD-Commenter' " 代码注释插件Plugin'The-NERD-tree' " 树形文件浏览器插件Plugin 'taglist.vim' ...
分类:
系统相关 时间:
2015-10-28 06:57:42
阅读次数:
278
http://www.pconline.com.cn/taglist/tagword1228.html> IT新技术空间大易升级!华硕G10AJ台式机拆机图赏阅读全文IT新技术16G用户福音!新Xcode上线应用瘦身功能作者:Roy2015-10-03 22:03苹果近日将Xcode升级至7.0.1...
分类:
其他好文 时间:
2015-10-08 00:37:36
阅读次数:
283
『插件介绍』 Ctags工具是用来遍历源代码文件生成tags文件,这些tags文件能被编辑器或其它工具用来快速查找定位源代码中的符号(tag/symbol),如变量名,函数名等。比如,tags文件就是Taglist和OmniCppComplete...
分类:
系统相关 时间:
2015-10-04 23:39:54
阅读次数:
465
1、$("").attr("id","taglist").appendTo("#tagCloud");2、var li = $("");3、//创建link $("").text(val.tag).attr({href:"#"}).appendTo(li);小结:类似于这种$("");$()符...
分类:
Web程序 时间:
2015-09-10 12:30:09
阅读次数:
154
1. taglist1.1 安装ctagsyum search ctagsyum install ctags.x86_641.2 安装 taglist下载地址 http://www.vim.org/scripts/script.php?script_id=273解压之后,拷贝到 $VIM/vimfi...
分类:
系统相关 时间:
2015-08-16 13:43:44
阅读次数:
403
安装ctagssudo apt-get install ctags使用bundle搜索taglist:BundleSearch taglist安装i修改vim配置文件Bundle 'taglist.vim':BundleInstall修改taglist的配置nnoremap :TlistTogg.....
分类:
系统相关 时间:
2015-08-11 22:47:47
阅读次数:
158
这两天,vim的学习遇到瓶颈。vimtutor看完后,虽然会了很多基本操作,但是随着学习的深入,问题越来越多。按照vimtutor的指示,接下来应该看user-manual: ?This concludes the Vim Tutor. ?It was intended t...
分类:
系统相关 时间:
2015-08-10 18:18:49
阅读次数:
191
"vim config .vimrc"taglist ...
分类:
系统相关 时间:
2015-07-28 22:30:59
阅读次数:
129
为了实现类似SourceInsight功能,通过VIM+Ctags+Cscope+Taglist实现.
分类:
系统相关 时间:
2015-07-25 15:14:08
阅读次数:
365