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

后端 未结 4 1914
既然无缘
既然无缘 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:43

    I've looked for better solutions than cscope in the past, but never found something. In the end perhaps cscope lack of intelligence isn't really that much of a bother.

    The problem is that there is no powerful and open intellisense library on the market. Perhaps CodeInsight.

提交回复
热议问题