-
Notifications
You must be signed in to change notification settings - Fork 23
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 shortcuts not working in HTML #117
Comments
You'll need to associate this in workspace: {
"emmet.includeLanguages": {
"liquid": "html"
}
} We can infer these settings automatically in the defaults, do you think it would be better to do this? |
That worked a charm, cheers! It's been such a long time since I've had to do that for anything. I think it would be sensible to make a default as I'm unaware of any contexts where you'd use Liquid outside of HTML. That being said I don't know how many people actually use emmet abbreviations. If not a default perhaps a note could be added to the extension docs, as I'd guess this won't be the last time you're asked about this. |
Good point. I'll add it in v3.1.0 to defaults. |
Co-Authored-By: David Warrington <[email protected]>
Alright, co-authored this one and it will be available on the default. Included Liquid CSS and Liquid SCSS snippets. Following extensions will automatically have emmet available:
|
Shipped #110 |
I can't use emmet shortcuts to generate HTML. For example previously I could type
.my-element
and then press tab to generateThis still works inside
.html
files so I'm assuming the 3.* update is the cause.The text was updated successfully, but these errors were encountered: