DEV Community

Discussion on: Native Bracket Pair Colourization in VS Code

Collapse
 
tes3awy profile image
Osama Abbas • Edited

For those who need to get full customization of brackets without using extensions, you can add these lines to your VSCode settings (v1.60.0+):

"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.guides.bracketPairsHorizontal": true,
"editor.guides.highlightActiveBracketPair": true,
Enter fullscreen mode Exit fullscreen mode
Collapse
 
max_mykhailenko profile image
Maksym Mykhailenko
bracketPairsHorizontal: false 
Enter fullscreen mode Exit fullscreen mode

Saves my eyes. Thank you. Where I can find full list of preferences? Maybe something useful exist there