-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double click on error in Visual Studio sometimes works, sometimes not #106
Comments
I have seen this only in VS2017, is this your experience as well? |
I'm still on VS2015, hope to upgrade soon (when I get a round TUIT). Happens regularly. |
Now on VS2019, exactly the same experience. Sometimes the error links to the peg file, sometimes to the generated code, sometimes to nothing at all. I'll try to get an example. |
Here is an error where double clicking doesn't work:
The location is perfectly correct, but VS does not go there. |
Something I never noticed before: the errors that don't work on double click have Suppression State set to Active. This could be the vital clue. Severity Code Description Project File Line Suppression State |
It seems totally random. Compile errors show up nicely in the Visual Studio Error List, and double clicking often opens the PEG file at the right place, sometimes it opens the generated CS file, and sometimes it does nothing at all.
Easily reproduced, because it happens all the time, but not easy to pin down any specific factor. Annoying, rather than showstopper.
The text was updated successfully, but these errors were encountered: