gencer / SCSS-Everywhere

A Visual Studio Code extension that provides CSS class and ID atttribute completion with incremental build and usage explorer for the HTML class attribute based on the CSS/Template files in your workspace. Also supports React's className attribute.
https://marketplace.visualstudio.com/items?itemName=gencer.html-slim-scss-css-class-completion
MIT License
24 stars 9 forks source link

Doesn't automatically update class list #66

Open COD3BREAK3R opened 3 years ago

COD3BREAK3R commented 3 years ago

I have to be pressing the button to make the cache in HTML for show the list of new classes in my css file, and only work this in 1.7.2, in actually version dont work

gencer commented 3 years ago

If I get it right, Before 1.7.2 it works but after 1.7.2, auto-update (Incremental build) is not working.

I'll have to test this on an empty workspace to reproduce.