Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Quill by TradeBuddyNew to Visual Studio Code? Get it now.
Quill by TradeBuddy

Quill by TradeBuddy

Trade Buddy Developers

| (0) | Free
Syntax highlighting and snippets for the Quill programming language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Quill for VS Code

Syntax highlighting, snippets, and language support for Quill — code that reads like English.

Features

  • Syntax highlighting for .quill files
  • Code snippets (type if, for, to, describe, etc.)
  • Comment toggling (Cmd+/)
  • Auto-closing brackets and quotes
  • Indentation-based folding

Installation

From VSIX (recommended)

  1. Download the latest .vsix from releases
  2. In VS Code: Ctrl+Shift+P → "Install from VSIX" → select the file

Manual

  1. Copy the vscode-quill folder to ~/.vscode/extensions/
  2. Restart VS Code

Screenshot

-- Quill code in VS Code
name is "World"
say "Hello, {name}!"

to greet person:
  say "Hi {person}!"

greet("Alice")

Learn More

  • Quill Website
  • Playground
  • Documentation
  • GitHub
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft