Currently, matching brackets are only highlighted when the cursor is located directly on the bracket. I would like to have the following improvement: Matching brackets shall also be highlighted when the cursor is located somewhere between the matching brackets.
Example:
{
myFunction(myParam);
}
• When the cursor is located at the letter “P” in the above code, the round brackets () shall be highlighted.
• When the cursor is located at the letter “F” in the above code, the curly braces {} shall be highlighted.
EditPad Pro, for example, behaves like that, and I find it very useful.