Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 874 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 874 Bytes

vscode-zig

VSCode Extension CI

Zig support for Visual Studio Code.

Syntax Highlighting, Code Completion

Features

  • install and manage Zig version
  • syntax highlighting
  • basic compiler linting
  • automatic formatting
  • Run/Debug zig program
  • Run/Debug tests
  • optional Zig Language Server features
    • completions
    • goto definition/declaration
    • document symbols
    • ... and many more