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

https://github.com/superauguste/joe-vscode

Joe Mama completions for everybody
https://github.com/superauguste/joe-vscode

Last synced: 3 months ago
JSON representation

Joe Mama completions for everybody

Awesome Lists containing this project

README

          

# zls-vscode
`zls-vscode` is a language client extension for [`zls`](https://github.com/zigtools/zls), the awesome Zig Language Server.

## Installing

`zls-vscode` is the client extension for [ZLS](https://github.com/zigtools/zls). This means, **you will need to have ZLS compiled and configured** to use this extension, as this extension only *bridges* ZLS to Visual Studio Code.

[Installation instructions for ZLS](https://github.com/zigtools/zls#installation) can be found on the ZLS `README.md`. Once you run `zig build configure` it will walk you through configuring ZLS for Visual Studio Code and your installation of Zig.

In the future, we hope to make installing ZLS for Visual Studio Code much simpler.

## Release Notes

### 1.0.0

> Initial release!

### 1.0.1

> Added Official Zig Extension independent Zig language detection

### 1.0.2

> Added start, stop, and restart commands