Content assist for Xquery Modules

Are you missing a feature? Request its implementation here.
kingargyle
Posts: 58
Joined: Fri Nov 11, 2005 6:35 am

Content assist for Xquery Modules

Post by kingargyle »

It would be helpful to have content assist for imported modules in XQuery. I'm currently using the eXist database 1.1.1 and it would be greatly appreciated to have this type of support. It probably means going out parsing and identifying the functions defined in a particular imported module at the minimum.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

Thank you for your request. I logged it to our issue tracking system. It will be harder than content completion in XML files as the XQuery modules do not have an associated schema from which the allowed elements are extracted.


Regards,
Sorin
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Content assist for Xquery Modules

Post by sorin_ristache »

Hello,

Starting with version 10.1 that will be released in this month the content completion will display also the functions declared in imported modules of the current XQuery document.


Regards,
Sorin
Post Reply