Jsson Docs

VS Code Extension

JSSON extension for Visual Studio Code with Language Server Protocol support.

The official JSSON extension for Visual Studio Code provides a first-class development experience with Language Server Protocol (LSP) support.

New in v0.0.6! Full LSP support with go-to-definition, diagnostics, and more.

Features

Quick Install

# From VS Code Marketplace
code --install-extension jsson.jsson-vscode

# Or search "JSSON" in VS Code Extensions

What's New in v0.0.6

FeatureDescription
LSP ServerFull Language Server Protocol support
DiagnosticsReal-time syntax error detection
PresetsHighlighting for @preset and @use
ValidatorsSupport for @uuid, @email, etc.
BooleansHighlighting for yes/no, on/off

Screenshots

Syntax Highlighting

The extension provides rich syntax highlighting for all JSSON features:

  • Keywords: template, map, include
  • Presets: @preset, @use
  • Validators: @uuid, @email, @datetime
  • Booleans: yes, no, on, off
  • Strings, numbers, operators

Error Detection

Real-time diagnostics show errors as you type:

  • Missing closing braces
  • Invalid syntax
  • Unknown preset references
  • Type mismatches

Get Started

On this page