Pro Tip - Navigate Between Class Members with Resharper

There is a great feature in Resharper that most of it’s users don’t know about. To navigate between class members you can use a simple shortcut ALT + Arrow Up/Down to move up to the definition of a method, field, property.

You can use this combination with Shift and Control to move blocks of code. When your cursor is on the method definition you can move it with CTRL + SHIFT + ALT + Up/Down up or down.

This can be used not just with the methods but also with statements, properties and other class and code members.

You can push this even further and with the combination of CTRL + SHIFT + ALT + Left/Right you can reorder parameters of a method or sides of a statement.

Very powerful shortcuts!


Would you like to get the most interesting content about programming every Monday?
Sign up to Programming Digest and stay up to date!