Resharper Alt Enter not working
I had to do this:
- Resharper -> Options -> Keyboard & Menus
- Select "ReSharper 2.x or IntelliJ IDEA"
- Click "Apply Scheme"
- Click "Save"
- Resharper -> Options -> Keyboard & Menus
- Select "Visual Studio"
- Click "Apply Scheme"
- Click "Save"
Symptom A: the menu pops up for a split second, then goes away. Fix using the following steps in numerical order.
Symptom B: pressing Alt+Enter ↵ does nothing. Fix using Step #2 first then try Step #1 if the issue persists.
Perform a Visual Studio reset:
- Run
cmd.exe
as Administrator cd C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\
devenv.exe /ResetSettings
- Run
Re-apply Visual Studio keyboard scheme:
- (VS2013 latest ReSharper)
ReSharper > Options > Environment > Keyboard & Menus > ReSharper Platform keyboard scheme: Visual Studio > Apply Scheme > Save
. This will reset the shortcut keys forReSharper
. - (older versions)
ReSharper > Options > Environment > General > Visual Studio Integration > Apply
- (VS2013 latest ReSharper)
You can try going ReSharper
-> Options > IntelliSense > General
and switching the radio buttons and clicking OK
. Then switching back to the previously selected radiobutton.
Edit
Here is how to change/assign keyshort cuts in Visual Studio/Resharper
from JetBrains Knowledge Base
The command you are looking for is called "ReSharper_QuickFix". In version 8, this is called "Resharper_AltEnter".
To get your Alt+Enter ↵ combination working you should set "ReSharper_AltEnter" action (formerly "ReSharper_QuickFix(Text Editor)") for Alt+Enter ↵ in Tools->Options->Environment->Keyboard
. Press Alt+Enter ↵ in "Press shortcuts here:" field and expand "Shortcuts currently used by:" drop list. It is not necessary for action to be selected, it just should be there. If it is not - go to Resharper->Options->Environment->Keyboard & Menus
and apply "ReSharper 2.x or Intellij IDEA" scheme.
After that, ReSharper acions will work for Alt+Enter ↵ even when you'll apply "Visual Studio" or "None" keyboard scheme. To be exact, for "Visual Studio" schema selecting window will be shown and for "None" ReSharper action will be executed by default. Hereby, "ReSharper_AltEnter" for Alt+Enter ↵ is the key moment to get your ReSharper actions working!