volarjs / services

MIT License
123 stars 24 forks source link

Dedicated Sass language service support #87

Open niksy opened 3 months ago

niksy commented 3 months ago

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?

rchl commented 3 months ago

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).

remcohaszing commented 3 months ago

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.