tags:

views:

811

answers:

3

Help, I can't function without resharper. All of a sudden my Alt Enter shortcut (to bring up the action list) has stopped working. Anybody experienced this or know how to fix?

+5  A: 

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."

Chuck Conway
+2  A: 

This happened to me before. The menu would pop up for a split second, then go away.

I solved this by doing a visual studio reset.

devenv.exe /ResetSettings
Josh Close
Reinstalled ReSharper after doing this and it worked. Thanks :)
JontyMC
Instead of reinstalling ReSharper after the VS reset, you might be able to fix it by going into the ReSharper options and do "Environment -> General -> Visual Studio Integration -> Apply". This will reset the shortcut keys for ReSharper.
Josh Close
+1 for Josh's comment - I found that just clicking "Apply" worked without having to reset VS.
Ian G
A: 

I had the same when I upgraded Vista -> Win 7. I my case, I had set my keyboard to 'United States-international'. Pressing the + will actually give you + + . Solution: set keyboard to 'US'.

test

related questions