Replies: 1 comment 16 replies
-
There could be an error parsing the symbols in the file. If the file relies on a macro that breaks our parser, you may need to add the macro to a cpp.hint file (https://docs.microsoft.com/en-us/cpp/build/reference/hint-files?view=msvc-160). Editing/saving the file should cause a refresh of the document symbols. Are you able to provide a code sample of the issue? |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version: 1.56.2 (system setup)
Commit: 054a9295330880ed74ceaedda236253b4f39a335
Date: 2021-05-12T17:13:13.157Z
Electron: 12.0.4
Chrome: 89.0.4389.114
Node.js: 14.16.0
V8: 8.9.255.24-electron.0
OS: Windows_NT x64 10.0.19042
In some files if I double click on a function in the Outline view the editor window goes to the wrong place. How do I clear whatever cache is causing this, in general the go to source from the Outline view works well. Just a couple of files that seem "broken".
Beta Was this translation helpful? Give feedback.
All reactions