xStructure is a plugin for IntelliJ IDEA Java IDE.
It provides a flexible way of displaying structure of XML files, not only based on tags names, but using attributes and tag values to make navigation easier.
Example:
Instead of this:
you could see:
this: | or this: |
---|---|
IntelliJ IDEA provides a plugin manager which allows user to download plugins from IDE. Plugin manager is available from Settings dialog. No further step is required, see [Settings][8] for available options.
xStructure provides a flexible way to customize Structure view. This is achieved through custom mapping definition files. These files define how each XML element must be displayed (or hidden) inside Structure view. Rules are based on regular expressions or XPath. A mapping definition file is associated to one or more DTD or XML Schemas. When a XML file is opened inside IntelliJ IDEA, Structure view is automatically customized according to mappings found for current file.
A set of definition files are bundled in xStructure plugin. They target some common XML file types: Maven, Web Application, Portlet Application, Spring Beans, Hibernate Mapping,... These files are automatically copied in %INTELLIJ_CONFIG_DIR%/xstructure/default directory so you may customized them.
You'll also find other definition files on this page: Mapping Definition Repository.
Yes, xStructure plugin loads all XML files stored in %CONFIG_DIR%/xstructure directory, recursively. You can change existing files or create new ones. See this page to help you writing mapping definition files (but reading an existing file should be enough): [CustomizationGuide][13].
You are welcome to share your contributions by sending them to me on syllant:gmail. I will publish them on mapping definition repository.
See the [Features][https://github.com/syllant/idea-plugin-xstructure/wiki/Features] page to see features planned for next releases.
You are also welcome to send your requests using Issue tracker.
Please, describe it using Issue tracker.
Thanks to YourKit for providing a free licence for YourKit Java Profiler.
YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at !YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler.