volar-plugins icon indicating copy to clipboard operation
volar-plugins copied to clipboard

Dedicated Sass language service support

Open niksy opened this issue 1 year ago • 2 comments

Mentioned in language tools: https://github.com/vuejs/language-tools/issues/4111

Based on standalone Sass language server.

Would be nice to have dedicated Sass language service support. Any tips on how to get started?

niksy avatar Mar 20 '24 14:03 niksy

I'll just note that adding support for things like that would need extra resources to maintain and those are already low.

Personally I would prefer if Volar focused on core functionality and not support plugins like prettier,sass or emmet. History shows that there is enough things to work on in the core functionality.

And BTW. It's already possible to set up SASS language server (there are extensions or packages that can be used here).

rchl avatar Mar 20 '24 15:03 rchl

PR welcome! Have a look at https://github.com/volarjs/services/blob/master/packages/json for inspiration. It looks like these are the features you need to implement.

remcohaszing avatar Mar 21 '24 09:03 remcohaszing