HTML-CSS-Class-Completion icon indicating copy to clipboard operation
HTML-CSS-Class-Completion copied to clipboard

Add Sass support

Open nexus-uw opened this issue 8 years ago • 4 comments

it would be really great to use this plugin with sass files

nexus-uw avatar Apr 18 '16 14:04 nexus-uw

Why, if you could just specify a compiled file?

I see two ways of realization:

  • Compilation and caching
  • Write a parser for the selectors

mrmlnc avatar May 01 '16 18:05 mrmlnc

I might consider it in the future

zignd avatar May 23 '16 03:05 zignd

Why, if you could just specify a compiled file?

Running webpack dev server with live reload. Everything is in the memory, not in the filesystem. Sass parsing would make sense then, but it isn't actually THAT useful since this extension runs its logic only once (it fires only on first HTML file opening).

Having it update with each added class is probably a lot of work, but having something like a 'refresh cache' command would be great as a quick fix.

dbettini avatar Jul 08 '16 22:07 dbettini

The plugin didn't work for me - I use webpack-dev-server, so the compiled CSS isn't available on disk, which means this plugin currently does nothing on the projects I work with. :neutral_face:

EDIT: actually, worse, it auto-completes for class-names from the previous webpack build. :eyes:

mindplay-dk avatar Mar 17 '20 16:03 mindplay-dk