vim常用插件大全

系统 2589 0

vim常用插件大全 | 挨踢人生

vim常用插件大全

1. ctags ( http://ctags.sourceforge.net

对浏览代码非常的方便, 可以在函数, 变量之间跳转,写程序必备
#=============================================================================
高效地浏览源码, 其功能就像vc中的workpace, 那里面列出了当前文件中的所有宏,全局变量, 函数名等.
#=============================================================================
缓冲区浏览
#=============================================================================
管理各个窗口, 或者说整合各个窗口.[more]
#=============================================================================
用Cscope自己的话说 – “你可以把它当做是超过频的ctags”, 其功能和强大程度可见
一斑吧, 关于它的介绍我就不详细说了, 如果你安装好了前文介绍的帮助手册.
#=============================================================================
C/C++-IDE for Vim/gVim. 简单的说, 就是如果安装配置好后, vim/gvim就是一个
c/c++编程的一个IDE, 其功能堪比 windows 里常用的vc.
#=============================================================================
实现像vc那样的代码自动补全功能, 比如 this-><Ctrl+X><Ctrl+O> 后, 将出现一个
提示框, 其中包含了this指针所有可以接收的函数或数据成员等.
#=============================================================================
在 .h 和 .c/.cpp 文件中切换. (英文原句 “A few of quick commands to swtich between source files and header files quickly.”)
#=============================================================================
高亮书签.
#=============================================================================
这个插件与vim中自带的’*’与’#’非常相像. 不同之处是: vim中的’*’与’#’命令只能同时高亮一个同类词组(或正则表达式的搜索结果), 而Mark.vim插件可以同时高亮多个.
#=============================================================================
函数参数提示.
#=============================================================================
Using this script, typing “(“ will result in (|), where | is the cursor
position and the double backticks are just marking input. Typing a
“)“ will move the cursor outside the parens. This moving outside
works even in nested scenarios. Typing “if(my_array['key`` results in
if(my_array['key|']) and “)“ gets you if(my_array['key'])|.
The paired characters are: [, (, {, “, ‘;   // “
If you like this script, you should also check out surround.vim
#=============================================================================
更方便地使用gdb调试
#=============================================================================
组织管理工程, 方便于浏览, 打开, 查找文件等.
#=============================================================================
目录树, 同时还可以对文件进行打开操作等.
#=============================================================================
源码文档注释.
#=============================================================================
方便生成代码文档
#=============================================================================
加强c/c++类名, 函数等高亮
#=============================================================================
进行 java 类, 包, 方法等补全.
#=============================================================================
生成tags和 cscope
#=============================================================================
21. txtbrowser.zip(http://www.vim.org/scripts/script.php?script_id=2899)
在普通txt文本显示语法高亮
#=============================================================================
22.  FindMate.vim(http://www.vim.org/scripts/script.php?script_id=2871)
快速查找文件
#=============================================================================
23. grep.vim
The grep plugin integrates the grep, fgrep, egrep, and agrep tools with
Vim and allows you to search for a pattern in one or more files and jump
to them.
#=============================================================================
24. autocomplpop.zip(http://www.vim.org/scripts/script.php?script_id=1879)
With this plugin, your vim comes to automatically opens popup menu for
completions when you enter characters or move the cursor in Insert mode. It
won’t prevent you continuing entering characters.
#=============================================================================
http://www.vim.org/scripts/script.php?script_id=1638  ” SourceCodeObedience
http://www.vim.org/scripts/script.php?script_id=1581  ” lookupfile
http://insenvim.sourceforge.net/index.php             ” Vim Intellisense
#=============================================================================

vim常用插件大全


更多文章、技术交流、商务合作、联系博主

微信扫码或搜索:z360901061

微信扫一扫加我为好友

QQ号联系: 360901061

您的支持是博主写作最大的动力,如果您喜欢我的文章,感觉我的文章对您有帮助,请用微信扫描下面二维码支持博主2元、5元、10元、20元等您想捐的金额吧,狠狠点击下面给点支持吧,站长非常感激您!手机微信长按不能支付解决办法:请将微信支付二维码保存到相册,切换到微信,然后点击微信右上角扫一扫功能,选择支付二维码完成支付。

【本文对您有帮助就好】

您的支持是博主写作最大的动力,如果您喜欢我的文章,感觉我的文章对您有帮助,请用微信扫描上面二维码支持博主2元、5元、10元、自定义金额等您想捐的金额吧,站长会非常 感谢您的哦!!!

发表我的评论
最新评论 总共0条评论