Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Web Tools incubator » XQDT Code Completion
XQDT Code Completion [message #1068162] Fri, 12 July 2013 13:29 Go to next message
Jan Schulze Althoff is currently offline Jan Schulze AlthoffFriend
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
Re: XQDT Code Completion [message #1829296 is a reply to message #1068162] Tue, 30 June 2020 20:40 Go to previous message
Menaka Balakrishna is currently offline Menaka BalakrishnaFriend
Messages: 1
Registered: June 2020
Junior Member
Hi Jan,
Can you please help with the installation steps. I am getting error Plug-in "org.eclipse.wst.xquery.ui" was unable to instantiate class "org.eclipse.wst.xquery.internal.ui.editor.XQDTEditor".
Previous Topic:[jaxws] error creating web service from pojo
Goto Forum:
  


Current Time: Wed Apr 24 21:18:00 GMT 2024

Powered by FUDForum. Page generated in 0.03129 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top