Use Incremental Find
To use Incremental Find:
- In the text (or Java) editor, press Ctrl+J or select Edit > Incremental Find Next from the menu bar.
- The workbench status line displays "Incremental Find:". The editor is now in the Incremental Find mode.
- As you type, the editor finds the next occurrence of the text and updates the selection after each character typed.
- Navigate to the next or previous match by pressing Arrow Down or Arrow Up.
- Undo the last action within the Incremental Find mode by pressing Backspace.
- You can leave the Incremental Find mode by pressing Esc.
Using the Java editor
Finding and Replacing
Finding Next or Previous Match