Parenthesis Matching

In the editor you may find the parenthesis/bracket matching one another by simply positioning the cursor after a bracket. The actual bracket and its match will be highlighted.

Note that this feature will work with any string - whether it is a valid SQL string or not. Different kinds of parenthesis like plain parenthesis, square brackets and curly braces are supported (independently of each kind).