Emmet support
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
- Issue type
- Feature
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- html
- Domain
- tooling
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.
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.
- Dominant language
- Java
- Stars
- 201
- Forks
- 76
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 21
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.
More from eclipse-wildwebdeveloper/wildwebdeveloper
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
SQL Language server Openenhancement
Difficulty 5/5 Over a week Newbie friendliness 25/100
eclipse-wildwebdeveloper/wildwebdeveloper#2122 · 2 comments ·
-
enhancement
Difficulty 4/5 3-5 days Newbie friendliness 35/100
eclipse-wildwebdeveloper/wildwebdeveloper#2070 · 1 comment ·
-
ESLintLanguageServer and JSTSLanguageServer do not support node memory limits (--max-old-space-size) Open
Difficulty 3/5 1-2 days Newbie friendliness 48/100
eclipse-wildwebdeveloper/wildwebdeveloper#2027 · 2 comments ·
-
Renaming a variable leads to entire contents of the file editor being replaced with one word- Error Open
Difficulty 4/5 3-5 days Newbie friendliness 42/100
eclipse-wildwebdeveloper/wildwebdeveloper#1974 · 5 comments ·
All issues in eclipse-wildwebdeveloper/wildwebdeveloper
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
bug needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 1/5 Under an hour Newbie friendliness 94/100
objectionary/hone-maven-plugin#1061 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
spring-projects/spring-modulith#1895 ·