it’s about Visual Studio 2022 with a Desktop WPF App using MVVM Toolkit.
After adding a Class that uses Code Generators like ObservableObject VS does not navigate to the source code any more when using F12 Goto Definiton but instead navigates to Generated Class.
This is correct, but not very helpful while coding. Is it possible to change the behavior so that VS navigates to the SourceCode?
Sometimes VS opens the delcarations view instead of going to the pre-generated code.
Peek definitions sometimes does just shows an error.
F12 often just navigates to the generated code.
I tried the Options but did not find anything ignoring the Generated Code.
I would expect to have an option not to navigate to certai code.
Nico Zimmermann is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.