Improving Your Zig Language Server Experience
The Zig ecosystem is still growing and a lot of important building blocks have not yet reached their final form.One notable example is the current language server situation: ZLS is a brilliant community effort, capable of keeping up with language changes (they have a few clever ways to automate the process), but that has one big flaw: it is not able to resolve complex comptime expressions.The result is that ZLS is able to give you parser-level diagnostics (which go from syntax errors up to unuse...
Read more at kristoff.it