'VSCode IntelliSense for pom.xml

In Eclipse/STS, the code completion feature not only works for normal pom.xml content defined by the maven XSD but also for arbitrary plugins used within a pom.xml e.g. when using the JOOQ code generation plugin, the configuration settings can contains a huge number of options and it's helpful that the IDE supports that: SpringToolSuite content assistent for JOOQ plugin in pom.xml

In VS Code this doesn't work. I'vbe tried with the following extensions:

  • XML Language Support by Red Hat
  • Josh Johnson XML Formatting, XQuery, and XPath Tools for Visual Studio Code

Is there any other extension capable of this feature ?

Kind regards Dominik



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source