Extension
The Pix extension for VS Code provides syntax highlighting and
autocomplete for .pix files. The language server is
bundled with the extension.
Installation
Download the .vsix file from the
releases page
and install it:
code --install-extension pix-0.1.0.vsix Building from source
cd tools/extension
npm ci
npm run package
code --install-extension pix-0.1.0.vsix Features
- Syntax highlighting via TextMate grammar
- Context-aware autocomplete powered by the language server
Configuration
| Setting | Description | Default |
|---|---|---|
pix.languageServerPath | Path to the language server binary | Bundled binary |