Match Bracket
The programming editor provides bracket matching functionality. Brackets include parentheses, (), braces, {}, and square brackets, []. Also, the SQL programming editor automatically highlights the corresponding open bracket whenever a bracket is closed.
Match Bracket is located in the Search menu. Match bracket works by located the nearest bracket / parentheses / brace to the right of the cursor position and highlighting the text to the corresponding closing bracket.