Hiding classes in VS Code
By Flavio Copes
Learn how the Tailwind Fold VS Code extension hides long class lists in your JSX and HTML files for a cleaner look, then reveals them again when you click.
~~~
I’ve been using this VS Code extension lately, called Tailwind Fold.
Using this extension you can decide to hide all classes by default in your JSX and HTML files, and only show the classes when you click on them:

This was the original file:

As you can see it looks cleaner.
I keep this extension inactive by default, so I can see all classes, but when I want to have a “clean look” I have a shortcut that hides all classes.
Pretty handy.
~~~
Related posts about tools: