Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 284
Alexandr Kovalenko Avatar asked Sep 05 '25 22:09

Alexandr Kovalenko


2 Answers

  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

like image 112
sharathChandra Avatar answered Sep 08 '25 10:09

sharathChandra


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
like image 38
Jahongir Rahmonov Avatar answered Sep 08 '25 10:09

Jahongir Rahmonov