Navigate to auto-created Partial Class code
Hi there,
If you use Microsoft community mvvm toolkit from Nuget, it creates partial classes. How can I view these auto-generated classes in Rider?
example, add the "ObservableObject" to existing class and then make the class partial. How to find the auto-generated portion of the class PersonViewModel?
public partial class PersonViewModel : ObservableObject
Please sign in to leave a comment.
Hey Robin,
Thank you for contacting Rider forum.
Have you tried Go To Implementation in your case? Does in help?
Ok, It looks like I can "Navigate To" > Declaration and that will get me there. Thanks, I am just learning Rider. :)