When editing HTML, is there a way to hide classes (or toggle it on and off) in Jetbrains editors? I'm using PHPStorm.
Sometimes I just want to see the markup and work on structure without seeing all the class names. Especially when using Tailwind where there are typically a long list of class names on a div, for example.