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

### Zig Version 0.12.0-dev.1746+19af8aac8 ### Zig Language Server Version 6b05cb645abf1118ea338b7f356da41b63338774 ### Steps to Reproduce and Observed Behavior Disable format on save in the settings, and write some code that doesn't...

bug
editor:vscode

Extract the current snippets as defaults; allow having none or adding custom ones.

enhancement

### Zig Version 0.12.0-dev.1+155c27f build with -Ddata-version="0.11.0" ### Zig Language Server Version 0.12.0-dev.28+81bfc90 ### Steps to Reproduce code completion of `std.ArrayList` is completely broken ### Expected Behavior should give me...

bug

Adds a cute lil popup message + a showDocument containing the error log! I wrote this late but I think the impl is sound and the UX is *fine*.

```zig fn foo(_: u32, _: u32) void {} foo(0); // expected 2 arguments, found 1 ``` as far as i can tell this should be doable without any kind of...

enhancement

### Zig Version 0.11.0 ### Zig Language Server Version 0.11.0 ### Steps to Reproduce Open a file with the contents: ```zig const std = @import("std"); pub fn main() !void {...

enhancement

Closes #1475 Probably needs some fuzzing and manual testing but this is it! I wonder if applying multiple autofixes at once would be desirable as now this can happen pretty...

Inspired by https://github.com/zigtools/zls/pull/1650. Some ideas: - Custom editor configuration defaults per-project - Third-party ZLS extensions (😅) This could be neat if someone wanted to use https://github.com/nektro/ziglint directly in their editor...

feature

Solves many versioning issues as well as custom steps/generated files. Thanks @andrewrk for the suggestion. :) Try it out with https://github.com/zigtools/zls-as-step-demo - [x] Refresh build config when JSON manifest is...