You can easily navigate between errors, warnings and suggestions in your code. By default, navigation is limited to the current file, but if you enable the Solution-Wide Analysis, you can navigate between errors in the entire solution.
- Press Alt+F12 to go to the next error, or Alt+Shift+F12 to go to the previous error.
- On the main menu, choose ReSharper | Inspect | Next Error or ReSharper | Inspect | Previous Error.
Note
Names of the navigation commands in the menu are changed if the Solution-Wide Analysis is enabled. Specifically, Next Error changes to Next Error in Solution and Previous Error becomes Previous Error in Solution.

