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

Add some basic support for HAML #52

Closed ndbroadbent closed 4 years ago

ndbroadbent commented 4 years ago

Hello! Would it be possible to add some basic support for HAML? I think this should be very similar to Slim, and it would be super helpful. Thanks!

gencer commented 4 years ago

Hey @ndbroadbent!

In haml, do we use also use hashtag # for ID's and dots . for classes?

ndbroadbent commented 4 years ago

Hi @gencer, yes that's the same!

gencer commented 4 years ago

v1.7.5

Can you test this version and let me know? Afterwards, I will publish it on marketplace.

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

ndbroadbent commented 4 years ago

Hi @gencer, I tested v1.7.5 and it works great! Thanks very much for working on that so fast!