Feedback
Highlight matching parentheses and square brackets in the code editor
- Status
- Fixed
- Fixed in
- v26.6.1
- Source discussion
- https://forum.objo.dev/d/213-highlight-of-parenthesis-pair-that-cursor-is-under-in-the-code-editor
- Last updated
- 2026-06-03
Public summary
Add an optional code editor highlight that marks the matching parenthesis or square bracket pair when the caret is on or next to one of the delimiters. This helps users understand nested calls, indexers, arrays, and groupings while navigating code with the keyboard.