Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>TypeBox ScriptNew to Visual Studio Code? Get it now.
TypeBox Script

TypeBox Script

sinclairzx81

|
22 installs
| (0) | Free
Syntax Highlighting for TypeBox Script Types
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TypeBox Script

Syntax Highlighting for TypeBox Script



TypeBox Script

Overview

Provides syntax highlighting for TypeBox and TypeDriver Script definitions.

Licence MIT

Matching

Syntax highlighting will match for the following functions

const A = Type.Script(`{ x: number }`)

const B = t.Script(`{ x: number }`)

const C = Script(`{ x: number }`)

const D = compile(`{ x: number }`)

const E = type(`{ x: number }`)

const F = t(`{ x: number }`)

const G = s(`{ x: number }`)

const H = x(`{ x: number }`)

const I = y(`{ x: number }`)

const J = z(`{ x: number }`)

Install

Search for TypeBox Script in the VS Code Extensions panel, or install via the command line:

code --install-extension sinclairzx81.typebox-script

Contribute

TypeBox Script is open to community contribution. Please ensure you submit an issue before submitting a pull request. The TypeBox project prefers open community discussion before accepting new features.

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