Content assist for xqDoc

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

Content assist for xqDoc

Post by kingargyle »

It would be nice to have content assist for xqDoc in the xquery editor.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

I am not sure what you mean by content assist in the XQuery editor. Do you mean content assist based on the xqDoc schema for documenting XQuery files? I think the schema was created for XML documents with XQuery documentation in a vendor neutral format but not for inserting XML tags in an XQuery module file when the XQuery file is edited.


Regards,
Sorin
kingargyle
Posts: 58
Joined: Fri Nov 11, 2005 6:35 am

Post by kingargyle »

What I'm looking for is something that is similiar to the JavaDoc content assist when editing a java program that Eclipse's java editor has. So that if I'm in a Xquery Editor and in a comment, and hit CTRL-SPACE it will give me a list of the available xDoc meta data markers that I can insert.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Thank you for your request. I added it to our JIRA.


Regards,
Sorin
Post Reply