Visual Studio jump to next error shortcut?

Viewed 85539

When a compile fails in VB.NET in Visual Studio 2008, an Error List pops up at the bottom of the screen. To jump to an error, I double click on an error in the error list.

Is there a shortcut to automatically jump to the next error in the list? It gets a little bit tedious at times having to reach down and double click a list that I like to keep collapsed.

4 Answers

For Visual Studio CODE (2022)

  1. Open Preferences: Open Keyboard Shortcuts enter image description here

  2. Find go to problem in files enter image description here

  3. Set the shortcut keys with your taste. (Default value is F8, Shift+F8.)

Related