Skip to content

Code Action to close root element closing tag inserts wrong closing tag #878

@datho7561

Description

@datho7561

Given this XML:

<?xml version="1.0" encoding="UTF-8"?>
<a attr=""></a

There is a code action to close <a> with </a>. However, the result is:

<?xml version="1.0" encoding="UTF-8"?>
<a attr=""></a></a

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions