F12 and Ctl-F12 with source generators in play ? #594
Answered
by
michael-hawker
stephenhauck
asked this question in
Q&A
-
I LOVE the observable property feature and I feel silly asking this but when I am in code and want to jump to the definition using F12 it takes me to the partial class ... is there a way to got to my definition in code instead ? |
Beta Was this translation helpful? Give feedback.
Answered by
michael-hawker
Feb 1, 2023
Replies: 1 comment
-
This is a limitation of how source generators work, but will be resolved by #555 when C# supports partial properties. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sergio0694
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a limitation of how source generators work, but will be resolved by #555 when C# supports partial properties.