microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.52k stars 1.55k forks source link

Symbol Search does not work across workspace folders in a multiroot workspace #2752

Open sherryyshi opened 5 years ago

sherryyshi commented 5 years ago

Today every folder opened has its own instance of the cpptools “client” class, which is pretty much equivalent to having multiple VS Codes open for the different folders. Each folder has its own browse database, so things like Go To Symbol doesn’t work across folders.

bobbrow commented 5 years ago

Related to #1230

github-actions[bot] commented 4 years ago

This feature request has received enough votes to be added to our backlog.