killalau / vscode-liquid-snippets

Shopify Liquid Template Snippets
MIT License
26 stars 21 forks source link

Basic emmet html autocomplete does not work with this #11

Closed ghost closed 6 years ago

ghost commented 6 years ago

How can I get the basic emmet autocomplete snippets to work with this, that are built into vs code? When I'm on an HTML Liquid template, I can no longer type "div.class-name + tab" for example. Liquid autocompletes are convenient but not at the cost of losing all html autocompletes.

MPMachado commented 6 years ago

Found a solution.

User Settings "emmet.includeLanguages": { "liquid": "html" },

killalau commented 6 years ago

Thanks a lot, I'll add this to readme, and let more people to know.