Reputation: 5633
Let's say I have a file with 10 lines and I have a problem with the name of the package (or something) and the cursor is on the last line of the text.
How can I go directly to that line to see what the problem is and what suggestions there are to remove the problem, using a shortcut?
Question: Is there a keyboard-shortcut for this?
Or something like this:
Go to the next error and Go to the previous error.
Upvotes: 213
Views: 50023
Reputation: 340
To complete the previous answers, you can use the combobox linked to the toolbar buttons for next/previous annotation to set the annotation level.
That makes browsing through errors using ctrl+./ ctrl+ easier,
Upvotes: 12
Reputation: 678
TO GO TO NEXT ERROR ONLY in eclipse with Ctrl + .
command, tick off warnings as shown in screenshot
Upvotes: 5
Reputation: 46476
Windows and Linux
Mac
Upvotes: 336
Reputation: 26281
To go to problem within project just type Shift+Alt+Q then press X. It will open the "Problems" window. Now use ↑ or ↓ to select the error/warning and press Enter to go to it.
I know it isn't simple as Crtl+. but it works for a whole project.
Upvotes: 42