CodeMirror is JavaScript component that provides a code editor in the browser. CodeMirror-XQuery is an extension of CodeMirror to provide usefull features for XQuery editor like :
- Syntax coloring
- Syntax errors
- Advanced completion :
- Completion variables, functions, modules etc.
- Completion with Templates like Eclipse completion template.
- Context information which displays in a popup contextual infopops information (description about the function,etc) that is related to the selected completion item.
- Code Folding
You can play with the XQuery online demo and see the XQuery Features.