Skip to content

End Tag completion should be given higher priority than <!-- and <!CDATA[ #1150

@ca-stefan-cordes

Description

@ca-stefan-cordes

Currently when typing an End-Tag a pop up is asking for "Comment or End-Tag".

As comments in the text content of a node:
<version.maven-compiler-plugin>3.8.1<!-- some comment --></version.maven-compiler-plugin>
the continuous typing should just add the end tag as only option.

resulting in
<version.maven-compiler-plugin>3.8.1</version.maven-compiler-plugin>

This would enhance the typing of xml files.

(maybe when end tag already there type an "<" may suggest a comment)

See eclipse-m2e/m2e-core#490 (comment)
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions