#ZLS is not working for me?

1 messages · Page 1 of 1 (latest)

static marsh
#

Hey, I've been using Zig Language VS code extension for a while and I am not sure if I have it setup correctly. I don't get any error when trying to use function which doesn't exist, for example std.nonExisting() only shows error after I compile with zig build run. Or when there are unused variables in my code, they should get commented, right? That also doesn't work for me. Anyone has any idea of what could be the problem please?

lucid zinc
#

If you try to mix versions, it won't work

halcyon meadow
#

zls cant detect if a function doesnt exist (unless you turn on build-on-save), and if you want unused variables auto-discarded i think you have to turn that on in the settings (enable autofix). do you get completion?

static marsh
static marsh
lucid zinc