Bracket Pair Colorizer 2 has become a native feature in VSCode. You just need to add below lines of code inside your settings.json to have this highlighting feature enabled. (Make sure you paste it inside the parent { }) "editor.bracketPairColorization.enabled": true, "editor.guides.bracketPairs":"active"
I also added the following to my settings.json file: "bracket-pair-colorizer-2.activeScopeCSS": [ "borderStyle : solid", "borderWidth : 2px", "borderColor : blue", "opacity: 1.0" ]
Thanks Clarkio
Happy to help 👍
Bracket Pair Colorizer 2 has become a native feature in VSCode. You just need to add below lines of code inside your settings.json to have this highlighting feature enabled. (Make sure you paste it inside the parent { })
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs":"active"
Thanks a lot brother
What is the Extension name that gives you lines on left which provide connection between start and finish.
That is the Bracket Pair Colorizer extension: marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2
How did you got that horizontal line in between? Not specified in the docs inside the link in the description!
SAME
Here ya go: github.com/CoenraadS/Bracket-Pair-Colorizer-2
I also added the following to my settings.json file:
"bracket-pair-colorizer-2.activeScopeCSS": [
"borderStyle : solid",
"borderWidth : 2px",
"borderColor : blue",
"opacity: 1.0"
]
whats the extension thats adding the extra color?
Shane Harnarine bracket pair colorizer
marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2
whitch ???
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs":"active"
useless :)
What is the field in settings.json which changes the indent guide of focused block? Thanks
It's through an extension I installed: marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2