zignd / HTML-CSS-Class-Completion

:chocolate_bar: Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion
MIT License
253 stars 83 forks source link

Automatic caching PLEASE #382

Open its-anas opened 2 years ago

its-anas commented 2 years ago

The user experience is not good at all if the user doesn't get the full list of class suggestions in HTML, because he forgot to run command manually (or click on light button) after the CSS edit. The solution is very good, but this destroys everything! Is there a way to make it cache everything on save? or window focus?

macCesar commented 2 years ago

Or maybe a setting to 'watch' certain files when changed!!

I'm also interested to know if there is a command to call via the terminal to scan the class definitions ??

In other words, how can I 'click' the lighting button programmatically ??

Thanks!!