/vscode-zig

Zig language support for VSCode

Primary LanguageTypeScriptMIT LicenseMIT

vscode-zig

VSCode Extension CI

Zig support for Visual Studio Code.

Syntax Highlighting

Features

  • syntax highlighting
  • basic compiler linting
  • automatic formatting

Automatic Formatting

To enable automatic formatting add the zig command to your PATH, or modify the Zig Path setting to point to the zig binary.

Creating .vsix extension file

npm install
npm run compile
npx vsce package

Code runner with support for zig run

This is a temporary fix If you are looking for a way to run zig via code runner before the next release you can Access it from here Download and install via the Install from VSIX vscode extension install option

Code Runner pre-release vsix

Download the zip then extract the .vsix from the zip