求助!! vim-gvim中如何让其显示函数及其参数!!
(2012-06-05 02:25:34)
标签:
如何
杂谈
求助!!
vim/gvim中如何让其显示函数及其参数!!用了一段时间的vim,发现在自动补全中发现在函数的参数无法提示,有些不方便,有什么方法可以提示参数!
如:
int test_fun(unsigned int i_value,unsigned int i_size) 是函数的原型!
如果我在便用这个函数时自动完成了函数名test_fun, 那么接下来如何提示其参数类型!!
多谢!不知道,你如果非常需要这个功能的话可以自己琢磨写个
scripthttp://bbs.bsdlover.cn/thread-145-1-1.htmlcode_complete:
http://www.vim.org/scripts/script.php?script_id=1764
It shows what this script can do.
In insert mode, when you type
""(default
value of g:completekey) after function name with a
"(" http://www.zqdahe.com/,
function parameters will be append behind, use
""
key again to switch between parameters.
This key is also used to complete code snippets.
Example:
press after function name and
(
foo ( &l
分享:
喜欢
0
赠金笔
加载中,请稍候......
评论加载中,请稍候...
发评论
登录名: 密码: 找回密码 注册记住登录状态
昵 称:
评论并转载此博文
发评论
以上网友发言只代表其个人观点,不代表新浪网的观点或立场。