-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Emmet doesn't work in Vue <template> tag. #22585
Comments
This is the first thing in vetur's README...https://github.com/octref/vetur#setup @ramya-rao-a @aeschli feel free to cc me for anything related to vetur/vue, or ask people to move vue specific issues over. |
Thanks @octref :) |
@octref @ramya-rao-a It is not settings problem, |
"emmet.showAbbreviationSuggestions": true,
"emmet.showExpandedAbbreviation": "always",
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html"
}, my setting, i add these |
Yes, it works. But not always correctly ... |
@timurmelnikov Can you share an example? The one case where you will not get emmet suggestions is when you want to expand a simple This was done because otherwise emmet suggestions will show up for every word you ever type which can be noisy.
|
Here is an example - https://gist.github.com/timurmelnikov/f42bfb42f60681536618d2abcb8278b0 |
@timurmelnikov I am not able to reproduce the issue. Can you try the latest Insiders and see if you see your issue there? https://code.visualstudio.com/insiders |
After updating to version 1.15.1, the error has disappeared. Everything works perfectly! Thank you! |
@timurmelnikov Great, Happy Coding! |
@ramya-rao-a Hi, does it still not support those customize tag, like |
@DanielWLam The |
Steps to Reproduce:
Vue 2 Snippets
,vetur
extensions, and I edit my settings.json file, add"emmet.syntaxProfiles"
options..vue
files language is Vue not plain text.<template>
tag.I lost some settings?
The text was updated successfully, but these errors were encountered: