How do I find the matching brace for a selected brace in the VAJ editor?
Created May 4, 2012
You can find a matching brace (or matching parenthesis, bracket, double quote, single quote) the following way:
If you know your "opening" brace:
If you know the closing brace, just double click slightly to the left of the brace.
If the editor does not highlight code, it cannot find a corresponding brace.
This is a great feature that was handed down from granddaddy Smalltalk environments.