Resharper Keyboard Shortcuts ~ Don't Call Us - We'll Call You

Monday, February 23, 2009

Resharper Keyboard Shortcuts

When watching the "Become a Resharper Samurai" screencast series from DimeCasts, I learned some useful Resharper shortcuts that I wasn't aware of. Using more Resharper features will make my day-to-day coding a lot more productive, so I'll really try to get to the point were I don't have to think - just use them, like using TOUCH.

General:
Alt + Enter: Show available Resharper actions if resharper icon is present on line
Ctrl + P: Show parameter information

Refactoring:
Alt + Ins: Show generate menu
Ctrl + Shift + R: Refactor menu
F2: Refactor rename
Move interface to another file: Cursor in interace line => Alt + Enter to show menu
Method parameter to auto property: Cursor on param => Alt + Enter to show menu
Extract class from paramters Cursor in signature => Alt + Enter to show menu

Navigation:
Ctrl + Shift + N: Find file
Ctrl + N: Find type
Ctrl + F12: Find member
Ctrl + B: Go to definition
Ctrl + Alt + B: Find classes implementing an interface
Alt + F7: Find usages
Ctrl + Alt + F7: Find usages but show in Resharper popup list
Alt + Up: Jump to next method
Alt + down: Jump to next method

No comments:

Post a Comment