What is the name of the ReSharper's Quick Fix command
问题 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. 回答1: Resharper 8 seems to have renamed this to Resharper_AltEnter. 回答2: I found it under the ReSharper_QuickFix , as you'd expected. (VS 2012) See alse https://stackoverflow.com/a/1596353/1679310 来源: https://stackoverflow.com