-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
Milestone
Description
When editing pom.xml file with an error, the error message showed by XML extension is very hard to read.

It's too long
It has too much information and unnecessary details
It does not provide clear action items
Please consider improve the message by:
- Remove all the namespaces before the actual element names: e.g.
{"http://maven.apache.org/POM/4.0.0":name2}->name2 - Incorporate proper formatting/coloring to improve readability
- Check similarity of the node name and rank the most possible one on top
Sample:
[XML] Invalid content was found starting with element 'name2'.
Possible values:
-> name
description
packaging
url
...