Want to provide some powerful Liquibase XML editing support?
This project is an Eclipse LemMinX (XML Language Server) extension to provide some extra assistance to edition of Liquibase XML files
Additionally to the XSD based assistance provided by LemMinX when editing pom files, this extension adds:
- Liquibase parsing error reports and diagnostics
- SQL parsing diagnostics (using embedded H2 DB)
- completion for
id
Here a demo in Eclipse IDE:
A packaged update-site can be found among the release artifacts.
See also #6
This project is written with JDK 15, but compiled for JRE 8, using Jabel.
mvn clean package -Dfor-target-jre8