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 getting suggestions #62

Closed oxk4r01 closed 3 years ago

oxk4r01 commented 3 years ago

I'm not getting suggestions in any direction (nor html, nor css, nor handlebars...). Maybe i'm missing something... regards. image

gencer commented 3 years ago

Interesting. I just created a folder and 2 files. It seems i can make it work with latest version:

image image

gencer commented 3 years ago

P.S.: Did you tweaked any setting for this plugin?

gencer commented 3 years ago

Ah, I noticed that, you wrote in css file:

cl

not

.cl

Classes in CSS starts with . dot.

oxk4r01 commented 3 years ago

Prepending point or not I get same behavior. Same for ids: image image Settings are untouched... image

gencer commented 3 years ago

Can you also show me when you search for html-css-class-completion in settings instead of @ext: gencer...?

Do you use Remote SSH/WSL?

And secondly, can you try load that folder natively without Workspace to see if it works or not? I am thinking if workspace can be the problem here...

oxk4r01 commented 3 years ago

I tried without workspace but same behavior.

-> Do you use Remote SSH/WSL? No.

-> Can you also show me when you search for html-css-class-completion in settings instead of @ext: gencer...? Yes, but I get 49 settings. Doesn't fit in a single screenshot...

image image image image image

gencer commented 3 years ago

Hm.. Looks like my extension is either:

a. Not enabled. So, Disabled. b. Not installed (maybe?) c. Something interfere my extension so that it doesn't get load into your VSCode.

Because, This is what you should see when you search that setting:

image

oxk4r01 commented 3 years ago

Hm.. Looks like my extension is either:

a. Not enabled. So, Disabled. b. Not installed (maybe?) c. Something interfere my extension so that it doesn't get load into your VSCode.

Because, This is what you should see when you search that setting:

image

Extension was disabled. I don't know why, but sorry because I overlooked the most simple cause :( Thanks a lot for the support and regards!!!

gencer commented 3 years ago

No worries @oxk4r01. Glad you did found the issue 🎉. Happy to help.