-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
*.vue files Emmet isnt work! #44
Comments
Add the following to your setting and it works for template, but not stylesheet. "emmet.syntaxProfiles": {
"vue": "html"
}, |
Me too when i update to 0.3.3. So i rollback to 0.3.2. |
it works!thanks~ |
Hi @octref ✋ , I did it. It works for emmet but does not working vue snippets at this time. Is there any solution for use vue snippets + emmet features both? Edit: // user snippets/html.json
"Vuejs scaffold": {
"prefix": "scaffold",
"body": [
"<template>",
"\t<div id=\"\">",
"",
"\t</div>",
"</template>",
"",
"<script>",
"\texport default{",
"\t\tname: '',",
"",
"\t};",
"</script>",
"",
"<style lang=\"scss\">",
"",
"</style>"
],
"description": "Create vuejs scaffold"
}, |
If you are using |
You can subscribe to microsoft/vscode#29114 |
I don't know what features are included new emmet. But I did set |
In template tag, Emmet syntax is not available.sucks!
The text was updated successfully, but these errors were encountered: