Which ReSharper command causes a list of context actions to be displayed?

I disabled ReSharper intellisense, but still want to use a key combination to open a list of context actions (the one that appears on the left when you specify the code snippet). Unfortunately, I cannot find the ReSharper command for this to associate it with a keyboard key. You can help?

+6
visual-studio-2008 resharper keyboard shortcut
source share
2 answers

You are after Alt + Enter . Ctrl + Shift + R is the refactor of this shortcut.

VisualStudio Command Name => Resharper_QuickFix

+15
source share

In Resharper 9, this command is called Alt_Enter . If someone wants to match it with another shortcut

+1
source share

All Articles