IntelliJ IDEA 2018.2 Help

XML

IntelliJ IDEA brings powerful XML editing support that includes:

IntelliJ IDEA uses Xerces 2.11, an XML parser developed by Apache Software Foundation Group.

To import an XML namespace

  1. Open the desired file for editing, and start typing a tag. If a namespace is not bound, the following prompt appears:

    unboundNameSpace1.png

  2. PressAlt+Enter. If there are multiple choices, select the desired namespace from the list.
    unboundNameSpace2.png

    Depending on the file type, IntelliJ IDEA creates a namespace declaration, or a taglib:

    unboundNameSpace3.png
Last modified: 20 November 2018