IntelliJ IDEA 2018.1 Help

XML

IntelliJ IDEA brings powerful XML editing support that includes:

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. Press Alt+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: 24 July 2018