| XQDT Code Completion [message #1068162] |
Fri, 12 July 2013 09:29 |
Jan Schulze Althoff Messages: 1 Registered: July 2013 |
Junior Member |
|
|
Hello,
I am trying out XQDT with Zorba and it works fine.
But I am wondering if there is a possibility to have some code completion for imported modules?
If I import a module with its location, then I get code proposals for the imported module:
xquery version "1.0" encoding "utf-8";
import module namespace math = "[someURI]/xpath-functions/math";
import module namespace dumm = '[someURI]/dummy' at "dummy.xq";
...
When coding with XQDT I get code proposals for functions from the dummy.xq module. But is there also a possibility to configure XQDT in a way, that I will get code proposals for registered standard modules like the math module (without always having the file location in the import statement)?
Thank you,
Jan
|
|
|
Powered by
FUDForum. Page generated in 0.01579 seconds