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

not all class names in Svelte #48

Open 0x000777 opened 4 years ago

0x000777 commented 4 years ago

Hello Gencer! I tested autocomplate and found an error: not all class names are displayed

image

My css file, for test css.zip

gencer commented 4 years ago

Hi @Highter87!

Please test this version:

html-slim-scss-css-class-completion-1.5.23.zip

0x000777 commented 4 years ago

Already better, but non-existing classes are created

image

If change path in css this substring "roboto.css" to "roboto.css 1". In autocomplete you can see new class name "css1"

gencer commented 4 years ago

Got it. Will fix it soon.