cnwizards
cnwizards copied to clipboard
[Feature Request] Parentheses Pair Colorizing
Similar to what you guys do with the block highlight colours. Except for parenthesis. Handy for if you're writing code like:
IntToStr(SomeFunctionThatReturnsAnInt(Trunc('test'))).
Here's a finished example made by someone: https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer
In fact, we already have a similar feature in our SourceHighlight Enhancement, only for inner matched parenthesis with cursor in it. Not for all displayed parenthesis.