11

I want to reassign the Alt-Enter keystroke (for the light bulb suggestions) to another key but I can't find it in the Options->Keyboard list. All the ReSharper commands seem to have ReSharper_ in the name. but I can't figure out what name they used for the quick fixes.

Tod
  • 8,192
  • 5
  • 52
  • 93

2 Answers2

16

Resharper 8 seems to have renamed this to Resharper_AltEnter.

Luke
  • 2,101
  • 19
  • 21
2

I found it under the ReSharper_QuickFix, as you'd expected. (VS 2012)

See alse https://stackoverflow.com/a/1596353/1679310

Community
  • 1
  • 1
Radim Köhler
  • 122,561
  • 47
  • 239
  • 335
  • Thanks. I should have mentioned I'm trying out R#8 EAP, there must be something broken with the keyboard shortcuts because ReSharper_QuickFix is not there. At least I can stop looking. – Tod Jun 21 '13 at 06:45