To quickly identify the start and end of the current block of code, choose View > Match.
The Editor searches backward from the cursor and finds the first enclosing instance of a left parenthesis `(', left curly brace `{' , or a left bracket `[' , then searches forward from the cursor to find the matching ending mark, and selects the code in between.