Replies: 1 comment
-
I'm not aware of a way to do this, but you could open a discussion about this in the Roslyn repo 🙂 |
Beta Was this translation helpful? Give feedback.
0 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.
-
I use F12 quite a bit to jump around my code, but with MVVM generators, it doesn't go where I want it to go
Example
if i go to definition (F12) for MyProperty, it takes me to the generated g.cs file instead of to my code (which should go to "myProperty" . Is there a way to fix this in Visual Studio?
Same example for in xaml
If I have the command
and in xaml I reference it
When I click F12 on DoStuffCommand, I want it to go to DoStuff instead of the g.cs file
Beta Was this translation helpful? Give feedback.
All reactions