New major version of the JiBX plugin for IntelliJ
I have updated the JiBX plugin.
This new version introduces:
- navigation between the XML binding file and the corresponding Java code (at least on a class and field level),
- errors annotations (for example if your binding if broken and mapping to a missing Java field),
- refactoring (your binding will automatically be updated when you rename your Java field).
As this version introduces many features, I’d be happy to have some feedback on potential errors I may have left.
I hope this new version be prove to be useful to anyone besides me