ligasgr / intellij-xquery

Plugin to support XQuery in Intellij Idea
Apache License 2.0
35 stars 23 forks source link

XQuery 3.1 support #156

Closed ligasgr closed 7 years ago

ligasgr commented 8 years ago

http://www.w3.org/TR/xquery-31/

ligasgr commented 8 years ago

http://exist-db.org/exist/apps/wiki/blogs/eXist/XQuery31 http://docs.basex.org/wiki/XQuery_3.1

zyv commented 8 years ago

Maybe this could be done in steps?

In particular, what I'm mostly missing right now, is the support for awesome new builtin functions, like

This sounds like a relatively easy task as compared to revising the current implementation to add full support for XQ 3.1 specification, and would definitively be a quick win.