zls icon indicating copy to clipboard operation
zls copied to clipboard

A language server for Zig supporting developers with features like autocomplete and goto definition

Results 332 zls issues
Sort by recently updated
recently updated
newest added

I am just starting out with Zig getting the tools set up. Here is something I ran into: **Problem Descriptions** The following code does not raise any errors in VSCode:...

For `StdIo` in `child_process.zig`, the possible values are: ```zig pub const StdIo = enum { Inherit, Ignore, Pipe, Close, }; ``` However, the suggested values are `Error` and `Warn` --...

In [zig-msbuild-sdk](https://github.com/alexrp/zig-msbuild-sdk), I would like to generate a `zls.json` as part of the build so that users can use ZLS in e.g. VS Code and have things Just Work. There...

feature

I noticed when using zls in VSCode that there was suddenly syntax highlighting. Not sure if zls was responsible or the vscode extension for zls, but I'm hoping it was...

enhancement

Semantic token highlighting is nice and all but using a syntax file like the one provided by [vscode-zig](https://github.com/ziglang/vscode-zig) gives much more control. Limiting semantic token highlighting to only identifiers gives...

Here's a video repro: https://user-images.githubusercontent.com/709451/117922733-c3408480-b2a7-11eb-8e76-4e71d536e740.mov

bug

Thanks for the awesome tool; it's made it a lot easier for me to get started with zig! Unfortunately, while learning Zig together with friends in a different country, I...

bug

```zig const std = @import("std"); const fs = std.fs;` ``` Consider clicking on the `.fs`, this opens `zig/lib/std/std.zig` to a line that says `const fs = @import("fs.zig");`. The request here...

enhancement

Hi, I think it would be a great idea to add a feature where zls / ZLS for VSCode could show the type inferred to certain variables like how rust-analyzer...

enhancement

Installation instructions for various editors are currently reproduced in slightly different forms in the README.md, the config wizard, the GitHub wiki, and [the editor plugin](https://github.com/zigtools/zls-vscode). Failure to keep these in...

enhancement