In Visual Studio 2012/2013, I want to reassign the Alt+Enter ↵ key combination to the "Quickfix" (triggering the menu from the light bulb) because it is not working anymore. I can't. I have tried the following (I am aware that some of the suggestions refer to VS 2010 and older R# versions):
- Tried to change manually in
Tools
-Options
-Keyboard
: the former ReSharper_QuickFix entry is gone, see ReSharper_QuickFix gone - Tried Resharper_AltEnter as suggested in What is the name of the ReSharper's Quick Fix command - nothing, no shortcut
- Switched back and forth settings in
ReSharper
->Options
->Keyboard & Menus
as described in Resharper Alt Enter not working - nothing - Switched back and forth settings in
ReSharper
->Options
->IntelliSense
->General
as also described in Resharper Alt Enter not working to no avail - Tried other suggestions from the same page
- Sledgehammer approach: run devenv.exe /ResetSettings - nope
- Search SO and the web up and down - found nothing
I have not yet had the nerve to re-install R# or even VS.
How can I get a standard set of R# keyboard shortcuts into Visual Studio? I'd gladly wipe out everything that is there just to get back my Alt+Enter Quickfix..
Options | Keyboard & Menus
page has a Note at the bottom, have you tried what it says there? – Enthetic