At first, thank you very much for the BracketsHighlighter and for continuing to improve it!
I have the following feature request:
- When the caret is outside brackets/quotes, BracketsHighlighter should jump/select outside the brackets/quotes.
Here are a few examples of the desired behavior:
|(abc) becomes (abc)| when jumping (I use the | character to represent the position of the caret);
|(abc) becomes [(abc)] when selecting (I use the [] characters to represent the selection);
{ x [(abc)] y } becomes {[ x (abc) y ]} when selecting (again, I use [] to represent the selection).
As can be seen, my request is to preserve the outer position of the caret instead of jumping inside the current brackets.
At first, thank you very much for the BracketsHighlighter and for continuing to improve it!
I have the following feature request:
Here are a few examples of the desired behavior:
|(abc)becomes(abc)|when jumping (I use the|character to represent the position of the caret);|(abc)becomes[(abc)]when selecting (I use the[]characters to represent the selection);{ x [(abc)] y }becomes{[ x (abc) y ]}when selecting (again, I use[]to represent the selection).As can be seen, my request is to preserve the outer position of the caret instead of jumping inside the current brackets.