This extension automatically inserts right parentheses when you type left parentheses.
Three types of parentheses are supported: [, {, ).
If a space exists between the position of the input character and the end of the line, a closing parenthesis is inserted to the left of the space.
If no space is present, a closing bracket is inserted at the end of the line.
If there is a , ; : before or after a space, the closing parenthesis is skipped and the next space is searched for.