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
2009-10-31 07:12:30
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
2009-10-31 08:46:30
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
2009-10-31 11:18:40
Thanks, that's precisely what I was after.
Dmitri Nesteruk
2009-10-31 12:59:28