I cannot see Jaxb tools in intellij IDEA
3 answers
If you want to generate an xml file, the thoses commands should help Create a Document Instance from the Schema Dialog But they don't seem to include right clicking.
If you really need to create a class from your IDE, I can only tell you that Eclipse doesn't. I had to use a maven plugin for this.
0
source to share
You need Ultimate Version IntelliJ Idea for this, as JAXB doesn't seem to be supported by Community Edition.
In Ultimate Version, make sure you open the file (not just select it in the navigator). This is kind of counter-intuitive as I expected the Tools menu to change depending on what I selected rather than opening, but that's just me.
TL; DR: make sure the file is open in the editor and not just selected in the navigator to see the JAXB menu
0
source to share