60 CodeRush Keyboard Shortcuts

Learn CodeRush Shortcuts for Windows

Clipboard shortcuts

ActionCodeRush Shortcut Keys
Smart copyCtrl + C
Smart cutCtrl + X
Paste imageCtrl + V

Navigation Shortcuts

ActionCodeRush Shortcuts
Tab to next referenceTab
Tab to previous referenceShift + Tab
Jump to symbolCtrl + Shift + Q
Jump to fileCtrl + Alt + F
Jump to everythingCtrl + Shift + E
Jump menuCtrl + Alt + N
Find all referencesShift + F12
Drop markerAlt + Home
Collect markerEsc
Swap with top markerAlt + Shift + Home
Collect marker and pasteShift + Esc
Camel case navigate leftAlt + Left Arrow Key
Camel case navigate rightAlt + Right Arrow Key
SmartNavCaps Lock + Arrow Keys
Toggle bookmarkCtrl + Alt + 1 – 9
Toggle next bookmarkCtrl + Num +
Go to recent bookmarkCtrl + Num –

Defining selections shortcuts

ActionCodeRush Shortcut Keys
Selection increaseNum +
Selection decreaseNum –
Select CamelCase leftAlt + Shift + Left Arrow Key
Select CamelCase rightAlt + Shift + Right Arrow Key
SmartNav selectCaps Lock + Shift + Arrow Keys
Multi-selectCtrl + Alt + Enter

Wrapping Selections Shortcuts

ActionCodeRush Shortcuts
Comment/Uncomment/
(VB) Comment/Uncomment
Block begin/endB
Try/CatchC
Try/FinallyF
Try/Catch/FinallyT
ParensShift + 0
Not parensShift + 1

Test runner shortcuts

ActionCodeRush Shortcuts
Run active testCtrl + T then R
Debug active testCtrl + T then D
Run all tests in FileCtrl + T then F
Run all tests in SolutionCtrl + T then S
Repeat last test runCtrl + T then L
Show unit test runnerCtrl + T then T

Debugging Shortcuts

ActionCodeRush Shortcut Keys
Toggle temporary breakpointAlt + F9
Step into memberCtrl + Shift + F11
Show expression explorerAlt + Down Arrow Key
Toggle debug visualizerCtrl + Alt + D
Refresh/Evaluate expressionCtrl + R

Code Generation & Refactoring Shortcuts

ActionCodeRush Shortcut Keys
Refactor/DeclareNum 0
Expand templateSpacebar
Cycle scope upAlt + Up Arrow Key
Cycle scope downAlt + Down Arrow Key
Duplicate line/selectionShift + Enter
Declare classCaps Lock + C
Declare methodCaps Lock + M
Declare propertyCaps Lock + P
Declare fieldCaps Lock + F
Declare localCaps Lock + L
Declare constantCaps Lock + Q
Args up/downCaps Lock + /
Delete unusedCaps Lock + Delete
Add codeCaps Lock + Insert
Toggle codeCaps Lock + Spacebar

READ NEXT:

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button