Finding definitions/references to C++ class members in Vim

后端 未结 4 1850
既然无缘
既然无缘 2021-02-04 05:02

I\'m using Vim for a C++ project that I\'ve started working on and I\'ve been spending a lot of time lately browsing through the existing code to get a hang of it. To make the b

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-04 05:25

    Seems like this would be a good candidate http://vim.wikia.com/wiki/C%2B%2B_code_completion. I had some good luck with it doing similar things in Java. Not entirely sure it gets you everything you're trying to do though.

提交回复
热议问题