作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用 Vim 和 clang_complete 来完成全能。
当我需要完成时,插件会自动触发,例如,在我输入 .
之后或 ->
访问对象成员或方法(见下面的截图)。
该插件工作得非常好,但是我需要一种手动触发它的方法(即编译我的代码以进行语法检查)。
这很有用,原因有二:
最佳答案
来自 clang_complete 文档:
*clang_complete-periodic_quickfix*
*g:clang_periodic_quickfix*
If equal to 1, it will periodically update the quickfix window.
Default: 0
Note: You could use the g:ClangUpdateQuickFix() to do the same with a mapping.
nmap <leader>uq :call g:ClangUpdateQuickFix()
关于Vim 和 clang_complete,如何显式请求重新解析我的代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11079841/
我是一名优秀的程序员,十分优秀!