views:

147

answers:

1

I've turned off ReSharper intellisense but still want a keyboard shortcut for opening the context action list (the one that pops up on the left when you point at a piece of code). Unfortunately, I cannot find the ReSharper command for this to bind it to a keyboard key. Can you help?

+2  A: 

You're after alt+enter. Ctrl+shift+r is the refactor this shortcut.

VisualStudio Command Name => Resharper_QuickFix

FinnNk
I mean the command name, not the shortcut keys. Alt+Enter does nothing on my machine, Ctrl+Shift+R is 'record temporary macro'.
Dmitri Nesteruk
Looking through the keyboard shortcut macro (http://xona.com/2005/08/02.html) output the command seems to be called "ReSharper_QuickFix".You could also reset your keyboard shortcuts I guess (Resharper->Options->General). Unless you have a good reason to do otherwise pick Visual Studio.
FinnNk
Thanks, that's precisely what I was after.
Dmitri Nesteruk