Eclipse: How to go to file with errors by shortcut?

I am reading Eclipse: how to get to the error using only the keyboard (keyboard shortcut)? but I want to move to another file with errors. Can I do this by shortcut?

+5
source share
1 answer

It looks like error 13300 : next / previous error for all Java elements [view] [explorer package], since 2002 (!):

It would be great if the next / previous error worked for all Java elements, that is, it would open / open the editor if the file is not in the active editor.

... and no, this feature is not yet implemented.

+4
source

All Articles