Incremental Find
You can use the
and commands to search for expressions in the active editor. As you type the search expression, the cursor incrementally jumps to the next or previous exact match in the active editor.To use the
command:- Press CTRL+J in the script editor or select .
- Type the expression you are
searching for. The search expression is displayed in the Workbench status line.
As you type, the editor finds the next exact match of the text and updates the
selection after each character typed.
For example:
- when you type the character "a", the cursor jumps to the next exact match of the character "a".
- When you subsequently type an "s", the cursor jumps to the next exact match of the string "as"
- When you subsequently type a "c", the cursor jumps to the next exact match of the string "asc"
- Use the Up Arrow and Down Arrow keys to navigate between matches.
- To cancel the search, press one of the following keys: Left Arrow, Right Arrow, Enter or Esc.
The
command works in a similar way. When you type an expression, the editor finds the previous exact match of the text and updates the selection after each character typed. To start this command: press Ctrl+Shift+J in the script editor or, on the menu, select .