Resharper Keyboard shortcut Go to next issue and display and fix issue?
You could use:
Go to next issue or suggestion Alt + PgDown.
Display possible fixes and apply them Alt + Enter. Once to see possible fixes twice to apply them.
You can also refer to the default ReSharper keymap (Visual Studio scheme) for more keyboard shortcuts.
Tools | Options | Environment | Keyboard
Search for ReSharper.ReSharper_GotoNextErrorInSolution
and ReSharper.ReSharper_GotoNextHighlight
and give them whatever shortcut you like. Cesar is correct with the Alt + Enter solution (ReSharper_QuickFix
). Also, the navigation shortcuts he mentions are ReSharper.ReSharper_GotoNextOccurence
and ReSharper.ReSharper_GotoPreviousOccurence
, though those last two seem best suited for the results of Find Usages, etc.