Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ziglang/vscode-zig

Zig language support for VSCode
https://github.com/ziglang/vscode-zig

visual-studio-code zig

Last synced: 7 days ago
JSON representation

Zig language support for VSCode

Awesome Lists containing this project

README

        

# vscode-zig

[![VSCode Extension](https://img.shields.io/badge/vscode-extension-brightgreen)](https://marketplace.visualstudio.com/items?itemName=ziglang.vscode-zig)
[![CI](https://github.com/ziglang/vscode-zig/workflows/CI/badge.svg)](https://github.com/ziglang/vscode-zig/actions)

[Zig](http://ziglang.org/) support for Visual Studio Code.

![Syntax Highlighting, Code Completion](./images/example.png)

## Features

- install and manage Zig version
- syntax highlighting
- basic compiler linting
- automatic formatting
- Run/Debug zig program
- Run/Debug tests
- optional [Zig Language Server](https://github.com/zigtools/zls) features
- completions
- goto definition/declaration
- document symbols
- ... and [many more](https://github.com/zigtools/zls#features)