How to navigate in large project in VIM

后端 未结 12 2461
温柔的废话
温柔的废话 2020-12-12 10:19

How do you manage big projects (hundreds of files) using only VIM?

I personally start having problems in any larger than small project.

  • is there any wa
12条回答
  •  再見小時候
    2020-12-12 10:31

    Try SourceCodeObedinece. This one I developed to handle C++ 1Gb source files project.
    I use it in pair with 0scan.

    These two plugins are wrappers around the most popular Vim browsing tools: ctags and cscope.

提交回复
热议问题