Feature Request: Add Emmet support
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 234
- Forks
- 92
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 6
Description
Is your feature request related to a problem? Please describe.
Writing HTML is slow, and would be much faster if I could use emmet expansions.
Describe the solution you'd like
Support for Emmet expansions (examples here https://code.visualstudio.com/docs/editor/emmet).
As a basic example, I could then type
.my-element#id
After pressing tab, it would be expanded to
<div class=”my-element” id=”id”></div>
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the TypeScript language-server and VS Code extension entry points described by the repository, then compare the requested examples with the existing theme-language behavior. Determine where Emmet expansions would be triggered and how Liquid or HTML context affects them. Done means the shown abbreviation expands after Tab, with coverage for the documented examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, typescript
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100