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.