-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
No CSS completions in style
attribute inside <template>
region
#1678
Comments
I think this may still be necessary. |
style
attribute inside <template>
region
@octref |
@octref |
@octref What is the specific version number? |
@snoopy83101 It's not released yet. It'll be released in 0.27.0. |
@octref @cereschen |
|
Sorry i don't quite understand what you are talking about how to "refer to the behavior of emmet in the Style block"? |
What I understand is: Previously, when choosing .vue, IntelliSense could not appear in style. Am I wrong? |
Why can't the html part of .vue be the same as .html? |
This is how Emmet behaves in <style></style>, you can try it |
I think I understand, thank you very much! |
If we want template to behave like HTML, need to add extra dependencies, if only for style.not worth. |
Info
Problem
"files.associations": {
"*.vue": "vue"
}
then:
style snippet not work
"files.associations": {
"*.vue": "html"
}
then:
Vetur does not work
I hope to have code hints for inline styles, and also use Vetur.
Can this be achieved?
Reproducible Case
The text was updated successfully, but these errors were encountered: