Quintry Language Support for VS Code

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
- Download the
.vsix file from Releases
- 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
| |