I wonder if there is some shortcut for switching between marked occurrences in Eclipse?
I wonder if there is some shortcut for switching between marked occurrences in Eclipse?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are 2 buttons in the toolbar – ‘Previous Annotation’ (the icon has an up arrow) and ‘Next Annotation’ (the icon has a down arrow) – which allow you to move from one annotation to another. Annotations are the markers in the editor – errors, warnings, breakpoints, occurrences etc. You can configure which annotations should the buttons traverse through by clicking on the dropdown (inverted triangle) icon next to the toolbar buttons.
Keyboard shortcut for ‘Next Annotation’ is ‘Ctrl+.’, this is also shown if you hover over the toolbar button.
PS: You might also find it useful to glance through the JDT tips and tricks document. The above mentioned toolbar buttons are also described in the document.