A Visual Studio Code extension for the JSONiq programming language and the RumbleDB engine. It provides language features such as semantic highlighting, code completion, and diagnostics through a language server.
- Semantic highlighting: Highlights JSONiq syntax elements in your code for better readability.
- Code completion: Provides intelligent suggestions as you type, helping you write code faster and with fewer errors.
- Diagnostics: Identifies and reports errors and warnings in your code, helping you catch and fix issues early.
- Visual Studio Code version 1.75.0 or higher.
- Open Visual Studio Code.
- Go to the Extensions view (Ctrl+Shift+X).
- Search for "jsoniq".
- Click Install to install the extension.
- Open a JSONiq file (.jq) in Visual Studio Code.
- Enjoy the language features provided by the JSONiq Language Server.
This project is licensed under the Apache-2.0 License.
For any questions or feedback, please reach out to the project maintainer at [email protected].