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 very much like fuzzy finding with workspace_symbol in [telescope](https://github.com/nvim-telescope/telescope.nvim#neovim-lsp-pickers), but I get "LSP: server does not support workspace_symbol". [The protocol details](https://microsoft.github.io/language-server-protocol/specification#workspace_symbol). If you give me some hints, I can...

feature

Zig format and other things seem to work fine, but I tried enabling buildOnSave and as far as I can tell, it doesn't do anything. I'm on Windows 10, latest...

bug

ZLS+VSCode+win10, when loading info (mouse hover) for some functions in your codebase (mostly related to d3d12.zig) zls eats huge amounts of ram & doesn't load info, stalls into lookup for...

bug

While trying to debug why `zls` might be restarting, I decided to run the tests, and found that they fail on Windows 10: ``` $ zig.exe build test -Dtarget=x86_64-windows-gnu -Drelease-small...

bug

I have an environment that uses `zls`. Since the `nipkgs` are pinned it should be reproducible. The environment: https://github.com/allgreed/aoc-2021/blob/master/default.nix I'm using it across 2 machines. On the one with Ubuntu...

bug

Putting the line `if (condition) continue;` in a file breaks syntax highlighting after that point in the file. Suggestions and other features still seem to work though. Putting braces around...

bug

When I try to rename the property of a struct nothing happens. https://user-images.githubusercontent.com/8743306/135007174-d9783621-a3c7-404b-8d52-db9dd51900a2.mov I'm using neovim with lsp, and compiled zls from HEAD two days ago. I'm quite new to...

bug

Seems like the labels for enums include every enum member after (but not including) the one in question. ![label_issue](https://user-images.githubusercontent.com/2286349/178158014-769a5bb4-9ac3-4b0e-9f9e-36fb0ce9b1bb.png)

bug

**Zig version:** (master) - 0.10.0-dev.2950+b88151e0e **OS Arch:** ArchLinux-x86_64 ### gnu build ```bash $> zig build -Drelease-safe -Denable_tracy LLD Link... warning(link): unexpected LLD stderr: ld.lld: warning: linking module flags 'Dwarf Version':...

bug

Error: ``` zig build -Drelease-safe error: Failed to add package at path /usr/home/x/zls/src/zinput/src/main.zig: FileNotFound zls...The following command exited with error code 1: /usr/local/bin/zig build-exe /usr/home/x/zls/src/main.zig -OReleaseSafe --cache-dir /usr/home/x/zls/zig-cache --global-cache-dir /home/x/.cache/zig...

bug