I would like to know if there's any VSCode extension where I can add a custom description on HTML/CSS classes.
Actually I'm working on a project where the classes are non specific and makes the project complicated to follow, the customer don't want to change them and doesn't allow using a task runner to replace them for production, so would like to know if there's an extension where I can add custom description depending on their name when I hover them, example:
I have a class called c_b_bc, I configure that class with a description of Content block background color and when I hover it I can know what it's about.
Thank you!