Reputation: 18861
I saw a video where dude had colors in WebStorm (subset of IntelliJ afaik) configured like this:
What is the way to configure IntelliJ to use such coloring (like different element color per layer)?
Upvotes: 3
Views: 258
Reputation: 93868
it's used by default - no need to configure anything. If multiple 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 configured in Settings/Editor/color&Fonts/HTML, Tag tree (level*)
Upvotes: 2