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

css class autocomplete #47

Closed 0x000777 closed 4 years ago

0x000777 commented 4 years ago

Hello! Don't work css class autocomplete for *.svelte files.

image

gencer commented 4 years ago

svelte? Never heard of it. Interesting.

You can see supported types on README.md. We need to explicitly add this support.

0x000777 commented 4 years ago

It is new javascript framework ) You can see: https://svelte.dev/ in short - this is an analogue of Vue.js cli Vue.js has a .vue file extension, and Svelte has - .svelte

gencer commented 4 years ago

Hmm.. Looks interesting.

Well, lets add it!

I will try on my end and then prepare a VSIX file for you to test on your end. After validation, I will publish on marketplace.

0x000777 commented 4 years ago

ok

0x000777 commented 4 years ago

Hi, how are you?

0x000777 commented 4 years ago

Hello gencer! 14 days have already passed since the discussion. I am still waiting for this task to complete.

gencer commented 4 years ago

Hi. I had health issues for a while. Were only able to respond few simple repos/issues or PRs and i only use PC for a while in a day.

I will look into this on this weekend. Please be hold.

Thank you for your patient.

0x000777 commented 4 years ago

Ok. Get well

gencer commented 4 years ago

Please test this version and report back.

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

0x000777 commented 4 years ago

Fine! thank you friend Everything works great. I will test before the end of this week. if I find an error - I will write here

0x000777 commented 4 years ago

Found a mistake The value is defined as the name of the class.

image

gencer commented 4 years ago

Gotcha!

Thank you for this. I will fix it as soon as possible. Root case of this issue is from REGEX pattern. I will minimize findings.

gencer commented 4 years ago

Here you go. Please install (same version) again and test. I'll wait for your response.. Released on Marketplace. Extension is now SCSS Everywhere.

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

Please open new issue if you find something wrong.

Please note that, As you previously installed test extension, you won't be offered on Visual Studio Code Marketplace. Therefore, you need to install using zipped version here just for this case.