Alexandr  Kovalenko
Alexandr Kovalenko

Reputation: 51

Turn Off Webstorm highlighting

HTML files in IDEA Webstorm highlight html tags and angular elements so the code is shining like a Christmas tree. I try off "highlighting level" to none, but this does not help...

How i can turn off this highlighting?

Sample highlighting image

Upvotes: 4

Views: 2928

Answers (2)

sharathChandra
sharathChandra

Reputation: 59

  1. Go to File -> Settings -> Editor -> Colors&Fonts -> HTML
  2. Choose 'Tag'
  3. Then uncheck 'Use inherited attributes'
  4. Uncheck 'Background'. That's it!!

Here is how it looks

Upvotes: 5

Jahongir Rahmonov
Jahongir Rahmonov

Reputation: 13723

Go to File->Settings->Editor->Inspections

There, you can control what to inspect, just untick the places you do not want to highlight

UPDATE:

  1. Press Ctrl + Alt + Shift + H
  2. There switch of the highlighting

Upvotes: 1

Related Questions