/vscode-zig

Zig language support for VSCode

Primary LanguageTypeScriptMIT LicenseMIT

vscode-zig

Zig support for Visual Studio Code.

Syntax Highlighting

Features

  • syntax highlighting
  • basic compiler linting
  • automatic formatting

Automatic Formatting

To enable automatic formatting, the zig.formatCommand property must be configured in your settings. This should be the command to run zig fmt, which can is found on the current stage2 compiler.