mattn / mattn/emmet-vim

Making the close-tag appear in a new line

Open
#153 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Vim Script
Stars
6.5k
Forks
414
PR merge metrics
No merged PRs in 30d

Description

I would like to have an option to specify that, if I type (for eg) td then press Ctrl-y and comma, the result should be

<td>
</td>

rather than

<td></td>

Is there an option to do this now, or could you possibly add it?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the emmet-vim handling for the Ctrl-y, comma expansion and how its options are defined. Done means an option can produce separate lines for the opening and closing td tags while preserving the current inline output when the option is not enabled.

Written by the indexing model from the issue text.

Assessment

Tech stack
html, vim
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.