Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

No Emmet support? #36

Closed
james0r opened this issue Jul 19, 2021 · 5 comments
Closed

No Emmet support? #36

james0r opened this issue Jul 19, 2021 · 5 comments

Comments

@james0r
Copy link

james0r commented Jul 19, 2021

I'm getting no HTML tag completion in the style of Emmet. Is this deliberate? This seems like a critical tool for a Liquid extension.

@TanisukeGoro
Copy link

TanisukeGoro commented Aug 5, 2021

  1. open settings.json in vsode settings(you can edit either user or workspace settings.).
  2. paste this code "emmet.includeLanguages": { "liquid": "html" },

maybe It should work.

ref:
microsoft/vscode#56593 (comment)

@olivsinz
Copy link

  1. open settings.json in vsode settings(you can edit either user or workspace settings.).

    1. paste this code "emmet.includeLanguages": { "liquid": "html" },

maybe It should work.

ref:
microsoft/vscode#56593 (comment)

It's not working

@zuperduper
Copy link

Adding "emmet.includeLanguages": { "liquid": "html" }, to the settings works, but I'm having issues with Emmet not line breaking and indenting properly.

Expected:

<div>cursor here + hit Enter</div>

should open the tags like this:

<div>
  cursor here
</div>

but instead, this happens:

<div>
</div>

@devenini
Copy link

devenini commented Jun 8, 2023

Hello! I am having the same issue where Emmet is not breaking HTML tags correclty. Also the cursor is not well positioned. Anyone managed to fix this? And yes I have "emmet.includeLanguages": { "liquid": "html" }, in my settings, which enables emmet but with the issue mentionned previously

@jamesmengo
Copy link
Contributor

👋🏻 This repo has been moved to https://github.com/Shopify/theme-tools

If this is still an issue, please open a new issue there with the tag area:theme-check-vscode

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants