You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I bind, for example, a command in xaml, and have it implemented through [RelayCommand] on a method of the view model, ctrl-clicking the binding in the xaml editor window in visual studio (with resharper) leads me to the generated code that implements the command property.
I'd very much prefer it navigating to the actual code of the view model (as it does when manually implementing the command), but I have no idea how that could be achieved. Is this at all possible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I bind, for example, a command in xaml, and have it implemented through [RelayCommand] on a method of the view model, ctrl-clicking the binding in the xaml editor window in visual studio (with resharper) leads me to the generated code that implements the command property.
I'd very much prefer it navigating to the actual code of the view model (as it does when manually implementing the command), but I have no idea how that could be achieved. Is this at all possible?
Beta Was this translation helpful? Give feedback.
All reactions