XQuery IntelliJ Plugin 1.6.1
09 Apr 2020
- Saxon 10.0 syntax extension support.
- Improved the query result output when running/profiling queries.
- Fixed displaying the active structure item in the nav bar when the element under the cursor is an XPath element. This is a workaround for IDEA-232100.
- Report an error when a closing XML tag does not contain a QName, e.g.
<a>error</>
.
Run Configurations:
- Syntax highlight results in the run query output according to the mimetype of the result if the results all have the same mimetype.
- Support reformatting the run query output if enabled in the run configuration settings.
- Fix profiling Saxon 10 queries.
Saxon Syntax Extensions:
- Support for Saxon 9.8
~type
type aliases. - Support for Saxon 10.0 wildcards in element and attribute-based kind tests.
- Support for Saxon 10.0
.{ ... }
style context item inline function expressions. - Support for Saxon 10.0
_{ ... }
style lambda inline function expressions. - Support for Saxon 10.0
otherwise
expressions. - Support for Saxon 10.0 using
as
for specifying the tuple field type in a tuple sequence type. - Support for Saxon 10.0
StringLiteral
tuple field names. - Support for Saxon 10.0
type(T)
type aliases. - Support for Saxon 10.0
for member
expressions.