Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the keyboard shortcut for Code Rush three periods?

I know with ReSharper you can use the keyboard shortcut Alt + Enter to open the "quick tasks" or whatever it's called. Is there a similar keyboard shortcut for Code Rush?

like image 205
devlife Avatar asked Jul 20 '12 18:07

devlife


3 Answers

Officially the answer is Ctrl + ` (Ctrl and back tick)

However in some scenarios this can set itself up as Ctrl + ' (Ctrl and single quote)

Note: I believe the reason for this comes down to codepages\keyboard layouts and other things I don't fully understand :)

like image 124
Rory Becker Avatar answered Nov 30 '22 05:11

Rory Becker


The common shortcut to invoke code refactorings and fixes in CodeRush is the Ctrl + ` (backtick) key combination. This shortcut invokes the popup menu which lists all operations available for the current context.

like image 28
Alex Skorkin Avatar answered Nov 30 '22 04:11

Alex Skorkin


It's configurable. Mark Miller recommends setting it to NumPad 0 so your pinky can hit it as needed - careful though - you'll get addicted!

like image 27
Ruben Bartelink Avatar answered Nov 30 '22 05:11

Ruben Bartelink