vote up 0 vote down star

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?

flag

42% accept rate

1 Answer

vote up 1 vote down check

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

link|flag
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 Oct 31 at 8:46
1  
Looking through the keyboard shortcut macro (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 Oct 31 at 11:18
Thanks, that's precisely what I was after. – Dmitri Nesteruk Oct 31 at 12:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.