2

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?

kazanaki
  • 7,988
  • 8
  • 52
  • 79
anon
  • 41,035
  • 53
  • 197
  • 293

1 Answers1

1

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

SF.
  • 13,549
  • 14
  • 71
  • 107