Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>JSONiq Language SupportNew to Visual Studio Code? Get it now.
JSONiq Language Support

JSONiq Language Support

RumbleDB

|
1 install
| (0) | Free
JSONiq language support for Visual Studio Code, powered by the JSONiq Language Server.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JSONiq VS Code Client

This folder contains a minimal VS Code extension that starts the JSONiq language server from the parent workspace.

Expected flow

  1. Install workspace dependencies in the repo root with pnpm install.
  2. Build the server in the repo root with pnpm run build:server.
  3. Build the client in the repo root with pnpm run build:client.
  4. Open this packages/vscode-extension/ folder in VS Code and press F5.
  5. In the Extension Development Host, open a .jq or .jsoniq file.

The extension launches ../language-server/dist/main.js, so the server package must be built first.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft