用于导航 C++ 的 Vim 模块代码库?

发布于 2024-08-18 04:50:11 字数 182 浏览 6 评论 0原文

除了 ctags / cscope 之外,

还有哪些用于导航 C++ 代码库的优秀 vim 插件?

理想情况下,当我的光标位于变量名称上时,我希望能够知道:

该变量的类是什么, 我可以在这个变量上调用什么函数, 跳转到该变量的类... 并跨多个命名空间执行此操作。

您建议使用什么工具?

Besides ctags / cscope,

what are good vim plugins for navigating C++ code base?

Ideally, when my cursor is on a variable name, I would like to be able to know:

what is the class of this variable,
what functions can I call on this varaible,
jump to the class of this varaible ...
and do this across multiple namespaces.

What tools do you suggest?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怎樣才叫好 2024-08-25 04:50:11

您可能会研究 Eclim、Vim 和 Eclipse 集成。两全其美。

You might look into Eclim, Vim and Eclipse integration. Best of both worlds.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文