Skip to content

Support multi-cursor auto close tag for elements for different names #495

Open
@datho7561

Description

@datho7561

See #490 (comment)

If you have a document like this, with cursors at each | pipe:

<root>
  <aaa|
  <bbb|
  <ccc|
</root>

And then you perform auto-close by typing >, (assuming #490 is merged), it will give:

<root>
  <aaa></aaa>
  <bbb></aaa>
  <ccc></aaa>
</root>

It would be very cool if we instead did:

<root>
  <aaa></aaa>
  <bbb></bbb>
  <ccc></ccc>
</root>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions