IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

XML

Last modified: 08 March 2021

IntelliJ IDEA brings powerful support for XML that includes structure validation, formatting (Ctrl+Alt+L) and indentation (Ctrl+Alt+I according to the XML code style, importing unbound namespaces, viewing code structure, unwrapping and removing tags (Ctrl+Shift+Delete ), generating DTD files and schemas from instance documents, as well as syntax and error highlighting, code completion (Ctrl+Space ), intention actions (Alt+Enter ), quick documentation look-up (Ctrl+Q ), and more.

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