IntelliJ - HTML hierarchical coloring

I saw a video in which the dude had colors in WebStorm (a subset of IntelliJ afaik) configured as follows:

enter image description here

How can I configure IntelliJ to use such a coloring (for example, the color of each element per layer)?

+3
source share
1 answer

used by default - no need to configure anything. If several tags of the same type (div, ul, etc.) are Nested within each other, focusing the nested tag causes the hierarchy to be highlighted. Colors can be customized in Settings / Editor / color and fonts / HTML, tag tree (level *)

+2
source

All Articles