eclipse-wildwebdeveloper / eclipse-wildwebdeveloper/wildwebdeveloper
Emmet support
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 201
- Forks
- 76
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 21
Description
Emmet is an editor plug-in for many IDEs / editors that supports quick generation of HTML. For example
section.break>h1+ul>li*5
expands to
<section class="break">
<h1></h1>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</section>
It would be very useful to have something like this in Eclipse as well.
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
The issue names no source files, tests, or entry points. Research how Emmet-style HTML abbreviation expansion is integrated into Eclipse, then define completion as supporting the demonstrated abbreviation and producing the shown HTML structure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100