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

Extension autocompletes weird "class" strings in html, js and css #6

Closed KasiMaru closed 5 years ago

KasiMaru commented 5 years ago

Extension Version: 1.2.0 OS Version: MacOS Mojave x64 v10.14.2 VSCode version: 1.30.2

First of all thanks for the awesome extension, it is (was?) a must have for me. Unfortunately, I can't use it now because it's keep autosuggesting me some weird classes and even ugly js expressions from out of nowhere.

Tried with all extensions disabled, manually recaching, in html/css/jsx files — issue persists. Disabling the plugin obviously removes the issue.

Here's how it looks like:

screencast 2019-01-09 09-58-59

gencer commented 5 years ago

Confirmed.

I'm on it. I will provide a fix as soon as possible.

gencer commented 5 years ago

I've found one more issue. Let me fix that before.

gencer commented 5 years ago

@KasiMaru, Well. Here we go. Can you please test this version and report back to me so that I can publish on marketplace? On my end everything seems to be fine.

Note: I've zipped extension due to restriction on GitHub.

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

BTW, If you see my previous message and downloaded zip from there, please uninstall extension first because it has the same version it may not overwrite. If you didn't see that message, ignore this note.

KasiMaru commented 5 years ago

@gencer, Works like a charm! Tested in .jsx, .css and .html file extensions, autocomplete suggestions are exactly what they should be.

Thanks!

gencer commented 5 years ago

I'm happy to hear that. I will publish the new version now.

Thank you for reporting this issue.

Let me know if you encounter any issues.