it something like this method(a,b);
and you hit some hotkey and you get method(b,a);
is there such thing ?
ReSharper helps instantly get to any code in a solution, no matter how large the solution is. It can also navigate you from any symbol to its related code such as implementations of a given interface, extension methods of a class, or usages of a field.
Visual Studio 17.2 Preview 3 introduces a brand-new All-In-One search experience that merges the existing VS Search (Ctrl + Q) and Go To (Ctrl + T) to allow you to search both your code and Visual Studio features quicker and easier than ever, all in the same place.
You can try
Ctrl+Shift+Alt+left arrow/right arrow
.
Found under
Resharper->Code->Move Left or Move Right
.
I don't know if there is a hot key that does just that, but using Resharper you can refactor->change signature, and then reorder the parameters.
The default hot key for change signature is Ctrl-F6
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With