Search code examples
keyboard-shortcutsresharper

Resharper Keyboard shortcut Go to next issue and display and fix issue?


Is there a keyboard shortcut to use in ReSharper to see suggestions and apply them? When I inspect code issues in a Solution, I find it slow to use the mouse to move from one issue/recommendation to the next, and see each suggestion.

I'd like to know a shortcuts for:

  1. Navigating to the next issue/suggestion
  2. Display possible fixes and apply them.

Solution

  • You could use:

    1. Go to next issue or suggestion Alt + PgDown.

    2. 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.