# CodeMirror-XQuery **Repository Path**: mirrors_angelozerr/CodeMirror-XQuery ## Basic Information - **Project Name**: CodeMirror-XQuery - **Description**: XQuery Editor based on CodeMirror - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CodeMirror-XQuery ================= [CodeMirror](https://github.com/marijnh/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](https://github.com/angelozerr/CodeMirror-XQuery/wiki/Syntax-Coloring) * [Syntax errors](https://github.com/angelozerr/CodeMirror-XQuery/wiki/Syntax-Errors) * Advanced completion : * [Completion](https://github.com/angelozerr/CodeMirror-XQuery/wiki/Completion) variables, functions, modules etc. * [Completion with Templates](https://github.com/angelozerr/CodeMirror-XQuery/wiki/Completion-with-Templates) like Eclipse completion template. * [Context information](https://github.com/angelozerr/CodeMirror-XQuery/wiki/Completion-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](https://github.com/angelozerr/CodeMirror-XQuery/wiki/Code-Folding) You can play with the XQuery [online demo](http://demo-angelozerr.rhcloud.com/CodeMirror-Java//xquery.html) and see the [XQuery Features](https://github.com/angelozerr/CodeMirror-XQuery/wiki/Features). ![SyntaxError1](https://github.com/angelozerr/CodeMirror-XQuery/wiki/images/XQueryEditor.png) # Why CodeMirror-XQuery?