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
StringLiteral
inside anAxisStep
expression, e.g. from aPITest
. - Don’t list function completions in
@...
-styleAbbrevForwardStep
expressions. - Don’t display code completions when typing numeric literals.
IntelliJ Integration:
- Display the namespace signature when holding Ctrl over a
QName
prefix. - Display the parameter information for a
FunctionCall
and 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
IntegerLiteral
in addition toDecimalLiteral
. - Report an error when an NCName follows a number without whitespace.