我推荐的vim插件,比较适合C/C++程序员,其他人也来看看

Vim、Emacs配置和使用
回复
sys_master
帖子: 2
注册时间: 2010-02-24 19:21

我推荐的vim插件,比较适合C/C++程序员,其他人也来看看

#1

帖子 sys_master » 2010-02-24 19:39

通用:
mru.vim: http://www.vim.org/scripts/script.php?script_id=521
让你的vim能够显示最近打开的文件

yankring.vim: http://www.vim.org/scripts/script.php?script_id=1234
记录你的剪贴板的,让你复制剪切粘贴更爽

SearchComplete.vim: http://www.vim.org/scripts/script.php?script_id=474
在用“/”搜索时,自动完成要搜索的单词

opentermimal: http://www.vim.org/scripts/script.php?script_id=2896
在vim中打开文件浏览器或终端

showmarks.vim: http://www.vim.org/scripts/script.php?script_id=152
显示你在vim中设定的标签

bufexplorer.vim: http://www.vim.org/scripts/script.php?script_id=42
更方便地管理你的buffer

c/c++专用:

OmniCppComplete: http://www.vim.org/scripts/script.php?script_id=1520
C++成员函数,成员变量自动完成

trinity.vim: http://www.vim.org/scripts/script.php?script_id=2347
可以让你的vim和source insight很像,集成了taglist.vim,NERD_tree.vim,srcexpl.vim三个插件,并将它们合理地管理

code_complete: http://www.vim.org/scripts/script.php?script_id=1764
许多加快c/c++代码编辑的快捷键,与supertab有冲突,不可同时用

AddCppClass: http://www.vim.org/scripts/script.php?script_id=2986
帮助你快速添加一个C++类

echofunc.vim: http://www.vim.org/scripts/script.php?script_id=1735
在你输入函数按下左括号时,在vim的下方显示函数声明

a.vim: http://www.vim.org/scripts/script.php?script_id=31
快速在你的.h文件和.cpp/.c文件之间切换
头像
mkailxr
帖子: 62
注册时间: 2009-10-20 13:13

Re: 我推荐的vim插件,比较适合C/C++程序员,其他人也来看看

#2

帖子 mkailxr » 2010-10-21 21:10

收下了……
有时间回来看……
pj023
帖子: 9
注册时间: 2010-11-08 12:45

Re: 我推荐的vim插件,比较适合C/C++程序员,其他人也来看看

#3

帖子 pj023 » 2010-11-08 14:09

mark :em02
demonhack
帖子: 82
注册时间: 2008-07-09 21:37

Re: 我推荐的vim插件,比较适合C/C++程序员,其他人也来看看

#5

帖子 demonhack » 2010-11-23 18:21

= =我想知道这个插件怎么用啊 :em06
wdb
帖子: 13
注册时间: 2008-11-14 23:39

Re: 我推荐的vim插件,比较适合C/C++程序员,其他人也来看看

#6

帖子 wdb » 2010-11-23 19:11

mark :em11
头像
wwkwkj
帖子: 318
注册时间: 2010-12-19 17:00
系统: opensuse12.2*kde4.9

Re: 我推荐的vim插件,比较适合C/C++程序员,其他人也来看看

#7

帖子 wwkwkj » 2012-10-09 22:28

都是好东西啊,mark一下
每个论坛里面,都会有几个默默的不为我知的大牛,于是每次,我都心存敬畏

openSUSE12.2+KDE4.9+XP
Lemonly
帖子: 27
注册时间: 2012-10-25 9:43
系统: win 7+ubutun

Re: 我推荐的vim插件,比较适合C/C++程序员,其他人也来看看

#8

帖子 Lemonly » 2012-11-12 10:30

mark
PC:T420
CPU:i5 245010M
内存容量:4GB DDR3 1333MHz
硬盘容量:500GB SATA
回复