Resharper Alt Enter not working

I had to do this:

  1. Resharper -> Options -> Keyboard & Menus
  2. Select "ReSharper 2.x or IntelliJ IDEA"
  3. Click "Apply Scheme"
  4. Click "Save"

  5. Resharper -> Options -> Keyboard & Menus
  6. Select "Visual Studio"
  7. Click "Apply Scheme"
  8. 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.

  1. 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
  2. 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 for ReSharper.
    • (older versions) ReSharper > Options > Environment > General > Visual Studio Integration > Apply

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.Keyboard Options 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!