6

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?

Rob
  • 4,927
  • 12
  • 49
  • 54
devlife
  • 15,275
  • 27
  • 77
  • 131

3 Answers3

4

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.

Rob
  • 4,927
  • 12
  • 49
  • 54
Alex Skorkin
  • 4,264
  • 3
  • 25
  • 47
4

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 :)

Rob
  • 4,927
  • 12
  • 49
  • 54
Rory Becker
  • 15,551
  • 16
  • 69
  • 94
3

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!

Ruben Bartelink
  • 59,778
  • 26
  • 187
  • 249