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)

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)
