xquery-intellij-plugin 1.6.2
May 4, 2020
Submitted by Reece H. Dunn.
The xquery-intellij-plugin adds XQuery language support to IntelliJ, and XQuery/XSLT vendor integration. XSLT and XPath support is in development. It supports:
- Full XQuery 1.0-3.1, XPath 2.0-3.1 language with Full Text, Updating, Scripting, BaseX, MarkLogic, and Saxon extensions;
- Running and profiling supported query types in BaseX, eXist-db, MarkLogic, and Saxon query processors;
- Viewing BaseX and MarkLogic logs;
- IntelliJ language integration, such as code folding, structure view, breadcrumbs, and documentation.
Plugin Page: https://plugins.jetbrains.com/plugin/8612-xquery-intellij-plugin
GitHub: https://github.com/rhdunn/xquery-intellij-plugin
Changes in 1.6.2:
MarkLogic Rewriter XML Integration
- Use the regular expression language for
matchesattributes. - Add code completion support for
match-accept,match-content-type,match-execute-privilege,match-header, andmatch-methodelements. - Support resolving
dispatch,set-error-handler, andset-pathto the XQuery/MJS/SJS file they reference. - Add a line marker to XQuery files referenced in a rewriter file.
Run Configurations
- Support stopping Saxon queries.
- Fix running/profiling update queries on MarkLogic 10.
- Fix using BaseX in a language other than English.