microsoft / vscode-cpptools

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

Find All References doesn't work in inactive regions #5398

Open sean-mcmanus opened 4 years ago

sean-mcmanus commented 4 years ago

It works in VS, although it appears all the results will be unconfirmed references. It's possible it doesn't work for VS Code because the references UI expects at last 1 confirmed references (or it could be a backend issue due to type info not being available at the cursor location). So the "unification" work may or may not fix this.

Related to https://github.com/microsoft/vscode-cpptools/issues/3108

cohenav1 commented 3 years ago

Is there any update?

sean-mcmanus commented 3 years ago

No.

thesis79 commented 3 months ago

No.

Hi. I also faced same problem. It looks like vs code team hasn't handled this problem yet. Do you have workaround for this?