开发者

Vim modules for navigating C++ code base?

开发者 https://www.devze.com 2022-12-17 00:43 出处:网络
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:

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开发者_如何学Python the class of this varaible ... and do this across multiple namespaces.

What tools do you suggest?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号