As for the next TODO / FIXME position, there are two buttons on the toolbar - “Previous annotation” (the icon has an up arrow) and “Next annotation” (the icon has a down arrow) - which allows you to move from one annotation to another. Annotations are markers in the editor — errors, warnings, breakpoints, TODOs, etc. You can configure which annotations should go through the buttons by clicking the drop-down (inverted triangle) icon next to the toolbar buttons.
The key combination for "Next annotation" is "Ctrl +.", They are also displayed if you hover over the toolbar buttons.
PS: You might also find it helpful to take a look at JDT tips and tricks . The above toolbar buttons are also described in the document.
source share