We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一直在用 k-vim 的配置,开箱即用。
平时看代码都用的 gtag cscope 在 vim 里面看代码的。 但是 k-vim 里面没有集成 gtags cscope 的插件。
大神能不能集成下,小弟不甚感激
The text was updated successfully, but these errors were encountered:
之前也尝试集成 ctags, 但是失败了,具体哪个会好用点,失去调转,看代码的效率降低很多。
Sorry, something went wrong.
之前早些年我用 cscope 现在我用 gtags-cscope,用 gtags 建立索引要比 cscope 快很多
我直接用的gtags-cscope 插件,跟原来 cscope 一样的前端命令,因此 cscope 的配置都是可以直接用的
网上也有用 gutentags,不过我没配置成功。 1--gutentags 插件来打理,它不但能根据文件改动自动生成 ctags 数据,还能帮我们自动更新 gtags 数据,稍微扩充一下上文的配置,让 gutentags 同时支持 ctags/gtags: 2-- vim-preview快速预览-- 用 vim-preview 插件高效的在 quickfix 中先快速预览所有结果,再有针对性的打开必要文件
参见 https://zhuanlan.zhihu.com/p/36279445
No branches or pull requests
一直在用 k-vim 的配置,开箱即用。
平时看代码都用的 gtag cscope 在 vim 里面看代码的。
但是 k-vim 里面没有集成 gtags cscope 的插件。
大神能不能集成下,小弟不甚感激
The text was updated successfully, but these errors were encountered: