VIM: More precise C/C++ code parsing solutions?

前端 未结 2 1273
栀梦
栀梦 2020-12-23 17:30

Pre: I\'ve been working in VIM for like a year already. Lots of great things: combinations, scripts. Whenever I\'m editing something in a different editor,

2条回答
  •  孤城傲影
    2020-12-23 17:55

    Unfortunatelly, it is a real problem. ctags or cscope can hardly compete with Visual Studio code browsing - it actually uses a C++ compiler front-end to parse the code for the editor.

提交回复
热议问题