VS Code Tips: Highlighted Indent Guides

preview_player
Показать описание
Get a better view of where brackets/braces start and end with indent guide highlighting in VS Code.

Рекомендации по теме
Комментарии
Автор

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 { })

true,

k.ashutoshbaitharu
Автор

What is the Extension name that gives you lines on left which provide connection between start and finish.

everabyss
Автор

How did you got that horizontal line in between? Not specified in the docs inside the link in the description!

majid
Автор

What is the field in settings.json which changes the indent guide of focused block? Thanks

isaiasfrederick
Автор

whats the extension thats adding the extra color?

shane