Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 940 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 940 Bytes

vscode-zig

VSCode Extension CI

Zig support for Visual Studio Code.

Syntax Highlighting, Code Completion

Features

  • syntax highlighting
  • basic compiler linting
  • automatic formatting
  • optional Zig Language Server features
    • completions
    • goto definition/declaration
    • document symbols
    • ... and many more

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