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

After VSCode restart emmet support doesn't work anymore #12

Closed ex-alice closed 4 years ago

ex-alice commented 5 years ago

OS version Windows 7 VSCode version 1.31.0 Extension version 1.2.1

After I restart VSCode emmet support doesn't work anymore and I have to re-enable extension's setting to make it work again.

gencer commented 5 years ago

Thanks for catching this too. I will also look into this.

charnysh commented 4 years ago

Hello! Thanks for this extension, it is very useful!

I have the same problem. OS version: Windows 10, VS Code version: 1.41.1 (system setup), Extension version: 1.5.23.

gencer commented 4 years ago

I will look into this next weekend. To be honest, I never worked on emmet support. As it came from original project. This is fork of it. I will see whats behind the problem and compare with master there

charnysh commented 4 years ago

Thanks for the quick response!

I use Emmet like this:

pNeTAEjroM

If the last letter (or character) is typed manually, then nothing needs to be deleted.

IIXqovpOY7

dsod commented 4 years ago

Hi, Saw that they have fixed this in the original project. See more information here: https://github.com/zignd/HTML-CSS-Class-Completion/pull/129 https://github.com/zignd/HTML-CSS-Class-Completion/pull/129/commits/be670b60f94bcaa0e62af7aeda6fded15e0e07f0

gencer commented 4 years ago

@dsod Thanks for bringing this to my attention. I will create a fix soon based on that PR.

gencer commented 4 years ago

I've published a new version. Please check and reopen if needed.