全部博文(103)
分类: C/C++
2015-07-03 17:38:24
下载后,把该文件在~/.vim/目录中解压缩,这会在你的~/.vim/plugin和~/.vim/doc目录中各放入一个文件:
plugin/taglist.vim – taglist插件
doc/taglist.txt - taglist帮助文件
finally in the command
进入项目代码根目录运行命令
:cscope -b -q -k to product datebase
-R: 在生成索引文件时,搜索子目录树中的代码
-b: 只生成索引文件,不进入cscope的界面
-k: 在生成索引文件时,不搜索/usr/include目录
-q: 生成cscope.in.out和cscope.po.out文件,加快cscope的索引速度
:ctags -R * to product ctags
or know more you want,please
man cscope
it is good we can configure in the need of java,c c++.
let's read source code
let me surprise int the vim code autowrite tool
在coding过程中,有了变量或函数的自动弹出功能,可以极大的提高编码的效率和准确率,这里介绍的AutoComplPop和OmniCppComplete脚本插件就是实现这样一个功能
1.AutoComplPop download:
2.OmniCppConplete donwload: