ZLS
Go to file
Alexandros Naskos eaf0c1f3e5 Switched struct and enum literals to use the anonymous form where possible.
Added trailing commas to fields of struct literals that are followed by newline.
2020-05-07 15:29:53 +03:00
src Switched struct and enum literals to use the anonymous form where possible. 2020-05-07 15:29:53 +03:00
.gitignore init 2020-04-24 18:19:03 -04:00
build.zig better builtin completion, versioning 2020-05-02 12:43:26 -04:00
LICENSE.md Completion of global values, and some reformatting 2020-04-27 16:38:35 -04:00
README.md init 2020-04-24 18:19:03 -04:00

zls - Zig Language Server

Zig Language Server (or zls for short) is a - you guessed it - language server for Zig! Based off of the code written by the great andersfr.

Installation

git clone https://github.com/SuperAuguste/zls
cd zls
zig build

Then, you can use the zls executable in an editor of your choice that has a Zig language server client!

Usage

Please, I beg you, please don't use this unless you're developing or testing it!

VSCode

Install the zig-lsc extension from here.