Search code examples
javascripthtmlcolorsindentation

In vscode when working on HTML file, is there a way to color the idents between the opening and closing tags?


I have color bracket and it works great in js files where you can clearly see the nesting of functions etc. I want that same thing but in the HTML file so the ident would be colored.

So now I'm actively in the ul indent and I want it to be colored:

Is it possible to change in the setting or a special extension? tried Googling but didn't see something like that.


Solution

  • You can use the rainbow tags extension. To install it, just simply do Ctrl+P and paste ext install voldemortensen.rainbow-tags inside the box.