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 working for elixir files #69

Open thiagomajesk opened 3 years ago

thiagomajesk commented 3 years ago

Hi! Just installed this lib today and it seems it's not working for Elixir files. One reason it might be is due to the language id which is now html-eex, these are the current language modes in vs code:

image.

It seems that this was discussed here before: https://github.com/gencer/SCSS-Everywhere/issues/45#issuecomment-617238448, but I don't see the necessity in supporting both formats. First because vscode-elixixr is not maintained anymore. The elixir community has been focusing its efforts on ElixirLS for quite some time, so I'd assume it's safe to upgrade to this new version.

PS.: On a side note, I was wondering if it would be possible to show class values when autocompleting. I'm looking for an experience similar to TailwindCSS autocomplete for Sass (I figured this lib would do).