XQuery IntelliJ Plugin 1.5.1
01 Aug 2019
References, Resolving and Find Usages:
- Specify variable declarations and parameters as write access, including highlighting them in the editor.
 - Fix an issue where some built-in functions and namespaces don’t always resolve properly.
 
Code Completion:
- Don’t crash when editing a 
StringLiteralinside anAxisStepexpression, e.g. from aPITest. - Don’t list function completions in 
@...-styleAbbrevForwardStepexpressions. - Don’t display code completions when typing numeric literals.
 
IntelliJ Integration:
- Display the namespace signature when holding Ctrl over a 
QNameprefix. - Display the parameter information for a 
FunctionCalland named arrow expression function calls. - Breadcrumbs support for XQuery functions, inline functions, and direct/computed element constructors.
 
XPath and XQuery:
- Support Saxon’s 
fn{...}andtuple(...)syntax in XPath expressions. - Report “Incomplete double exponent” errors for 
IntegerLiteralin addition toDecimalLiteral. - Report an error when an NCName follows a number without whitespace.