xulion / scope4code

cscope support for visual studio code
MIT License
21 stars 8 forks source link

VS Code cscope support

This extension add cscope support to Visual Studio Code. It supports C/C++ only (all other languages are not tested). For any issue you have, pleases log it here. Your help can improve this extension.

Who may need this extension

Visual Studio Code C/C++ extension has the support for symbol parsing and searching, which is based on Clang tag system. However, when working with a very large projects (over 10K files), it could be very slow and annoying (based on my experience):

scope4code uses cscope, which works very well with large project. Database build time normally withing 1 minutes and search is extremely fast (at least with Linux filesystem).

Usage