Use bracket-matching
- Last Updated: March 12, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
Bracket-matching provides visual cues illustrating the location of matched pair elements. With bracket-matching enabled, positioning the cursor on one paired element highlights the matching element in the code sequence.
Bracket-matching works with:
- Double and single quotation marks
- Brackets and parentheses ( "{", "[", "(")
- Code blocks
- DO, FOR, REPEAT
- FUNCTION, PROCEDURE, METHOD
The code example below illustrates highlighting of the matching element (in this case, a closing parenthesis):

With the cursor in or immediately to the right of a paired element, press CTRL+SHIFT+P to go to the matching element to jump to a matching element. For example, using this key sequence with the cursor in a DO statement repositions the cursor to the right of the corresponding END statement.
Disabling bracket-matching does not disable jumping to the matching element with CTRL+SHIFT+P.
This feature is enabled by default. To turn it off or on:
- Choose to open the Preferences window.
- Choose to display the Assistance page.
- Uncheck or check the Highlight matching elements in code option.