Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I go to the first error?

When I introduce a breaking change, a list of compilation errors appears at the Error List. Is there a keyboard way to go to the first error? (Shortcut or some command I can associate one). The View.NextError command, associated to Ctrl+Shift+F12 or F8 by default, leaves me at the SECOND error of the list. Also, for the same reason, when I correct an error and press Ctrl+Shift+F12 or Shift+F8 I don't go to the "next" error (now at the first place) but to the second next.

EDIT: It seems that there is no native command to go to the first error, so a working solution would be to create a macro that executes View.NextError and View.PreviousError and associate a keyboard shortcut to it.

like image 805
Ignacio Calvo Avatar asked Aug 24 '10 12:08

Ignacio Calvo


1 Answers

For me, it only works if I press F8 followed by Shift+F8 to go back to the previous error.

like image 128
Dirk Vollmar Avatar answered Nov 14 '22 23:11

Dirk Vollmar