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

Quintry Language Support

Clint Johnryl Henon Dagno

|
1 install
| (0) | Free
Syntax highlighting for Quintry (.qty files)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Quintry Language Support for VS Code

VS Code Marketplace

Syntax highlighting, IntelliSense, and snippets for the Quintry programming language (.qty files).

Features

  • ✅ Syntax highlighting
  • ✅ Code snippets
  • ✅ Auto-completion
  • ✅ Hover information
  • ✅ Run with Ctrl+F5
  • ✅ Integrated REPL

Installation

Option 1: VS Code Marketplace

code --install-extension quintry-lang.quintry-language

Option 2: Manual Install

  1. Download the .vsix file from Releases
  2. Run: code --install-extension quintry-language-1.0.0.vsix

Option 3: Build from Source

git clone https://github.com/quintry/vscode-quintry.git
cd vscode-quintry
npm install
npm run compile
npm run package
code --install-extension quintry-language-1.0.0.vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft