Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dedicated Sass language service support #87

Open
niksy opened this issue Mar 20, 2024 · 2 comments
Open

Dedicated Sass language service support #87

niksy opened this issue Mar 20, 2024 · 2 comments

Comments

@niksy
Copy link

niksy commented Mar 20, 2024

Mentioned in language tools: vuejs/language-tools#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
Copy link

rchl commented Mar 20, 2024

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants