microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.82k stars 29.5k forks source link

Enable bracket colorization within Strings #146453

Open DillPickle80 opened 2 years ago

DillPickle80 commented 2 years ago

Bracket colorization is great, it's clearly a must! It's great that VSCode decided to make that feature implemented by default. Only thing is, the extension i used to do this applied bracket colorization within Strings, which the now default bracket colorization of VSCode doesn't. It would be really great to at least have an option to turn it on within Strings, for example i'm making complex snippets and it would really help me to visually better for ${:} imbricated within others ${:}.

OtherHorizon commented 2 years ago

I wanna work on it but i don't exactly understand it,please help. Thanks.

oshri356 commented 2 years ago

Hi @OtherHorizon , I'm also facing this issue, you can see that all the brackets inside a string are ignored (attached) image

starball5 commented 1 year ago

Related on Stack Overflow: How can I get bracket pair colorization inside strings in VS Code?

Also: editor.language.colorizedBracketPairs is not working in template literals in JavaScript and TypeScript files

tomlut commented 10 months ago

Still an issue.

Old Rainbow brackets extension (yaml & jinja): Untitled

Using the built in settings: Untitled2

aqjune commented 7 months ago

+1 for supporting this feature

afedyk-sugarcrm commented 2 weeks ago

+1

Raventara commented 2 days ago

What I find most frustrating about this is that if I reload a window I can actually see that it colourises them, and then the string is then coloured with the string colouring afterwards!