Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ziglang/vscode-zig
- Owner: ziglang
- License: mit
- Created: 2017-07-14T23:02:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T22:46:11.000Z (2 months ago)
- Last Synced: 2024-10-01T03:08:26.094Z (2 months ago)
- Topics: visual-studio-code, zig
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ziglang.vscode-zig
- Size: 797 KB
- Stars: 529
- Watchers: 10
- Forks: 58
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - ziglang/vscode-zig
- awesome-zig - vscode-zig🗒️Zig language support for VSCode
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)