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

stylus not working #1122

Closed
judyzhu10 opened this issue Mar 29, 2022 · 1 comment
Closed

stylus not working #1122

judyzhu10 opened this issue Mar 29, 2022 · 1 comment
Labels
question Further information is requested

Comments

@judyzhu10
Copy link

I have downloaded stylus extension. It works well in .stylus file and can complete selectors, properties, values, variables, functions etc.but it doesn't work in .vue file. when I use volar + stylus
volar version: v0.33.10

in .stylus file
wecom-temp-fd925b5f1f0c5c2b79b01017935a9f0b
in .vue file
wecom-temp-75e67465ef88c9fb4836198bec9740b3

@johnsoncodehk
Copy link
Member

We do not have language support for style languages other then css, less and scss, see https://github.com/johnsoncodehk/volar/tree/master/extensions/vscode-vue-language-features#notes.

If you want to implement other language support yourself, you can use language service plugin api(#1027).

@johnsoncodehk johnsoncodehk added the question Further information is requested label Apr 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants