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'm not really sure if this is even possible with the lsp, but it would be cool if one could have this feature like you have it for e.g. java...

feature

```zig const std = @import("std"); const panic = std.debug.pan

enhancement

code size before: 3.8 MiB (3,972,360) code size after: 3.6 MiB (3,755,440) build for x86_64-linux-gnu with ReleaseSmall

@mattnite suggested that we add fuzzing to zls to help catch rarer errors before they even affect users. Any implementation detail ideas?

enhancement
help wanted

this probably looks rough but does highlight everything declared with "var" at the root level Closes #540

- [x] Quickfix unused locals - [ ] Quickfix unused params - [ ] Quickfix unused captures

### Zig Version 0.10.0-dev.3952+9e070b653 ### Zig Language Server Version 866655169c48fcf1bf28b27dd3721708ba5a8af7 ### Steps to Reproduce Import a file that has a pub extern declaration (`a`). Assign this declaration (`a`) to a...

bug

### Zig Version 0.10.0-dev.3685+dae7aeb33 ### Zig Language Server Version 8cf96fe27cfd235acdf301728f9cce7a7b265ca3 ### Steps to Reproduce Use [Helix](https://helix-editor.com) (`v22.05`), `build_runner.zig` in the same directory as `zls` and `zls` is in `$PATH`. ZLS...

bug

### Zig Version 0.12.0-dev.2809+f3bd17772 ### Zig Language Server Version 0.12.0-dev.438+8cca7a1 ### Client / Code Editor / Extensions NVIM v0.10.0-dev-35f475d with lspconfig ### Steps to Reproduce and Observed Behavior Copy the...

bug

### Zig Version 0.12.0-dev.2811+3cafb9655 ### Zig Language Server Version 0.12.0-dev.411+1bfb8a0 ### Client / Code Editor / Extensions Visual Studio Code-1.83.1 with the official zig extension ### Steps to Reproduce and...

bug