Refactor swap assignment....
Answered
Hi,
Is it possible to swap assignments? So for instance:
Texbox_FirstName.Text = someclass.FirstName;
to
someclass.FirstName = Texbox_FirstName.Text;
This is identical to the functionality requested here.
Please sign in to leave a comment.
To swap assignment put cursor on your line and press 'Ctrl+Shift+Alt+Left arrow'.