Zig support for Visual Studio Code.
- syntax highlighting
- basic compiler linting
- automatic formatting
- optional Zig Language Server features
- completions
- goto definition/declaration
- document symbols
- ... and many more
To enable automatic formatting add the zig
command to your PATH
, or
modify the Zig Path
setting to point to the zig
binary.
npm install
npm run compile
npx vsce package