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.
Features
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.
Requirements
Visual Studio Code version 1.60.0 or higher.
Installation
Open Visual Studio Code.
Go to the Extensions view (Ctrl+Shift+X).
Search for "JSONiq Language Server".
Click Install to install the extension.
Restart Visual Studio Code.
Usage
Open a JSONiq file (.jq) in Visual Studio Code.
Enjoy the language features provided by the JSONiq Language Server.