New
0.14.15-2
Final revision
What's Changed
- Backport https://github.com/llogick/extended-zccs G1, G2 and AstCheck implementations (https://github.com/llogick/zigscient/pull/20)
- Improved document editing responsiveness
- Don't flag Zig 0.15's
@memmoveas unknown
Overall Notable Features
(aka Remaining Advantages over stock ZLS, aka zigscient-0.16 reimplement/TODO list)
- Improved document editing responsiveness
- Surface errors for not-open-in-editor files, ie std.fmt's "unused arguments" "extra arguments" "wrong specifier"s
- Correct module resolution for modules created using meta-programming that have the same name
- Correct
error.completions forfcall() catch |err| switch (err) { - Inlay hints for
.fcall(..)decl literals - No Windows desync issue (AFAIK)
Let me know, in the Announcements discussion, if you rely on/enjoy any of the advantages this project offers ✨
Full Changelog: https://github.com/llogick/zigscient/compare/0.14.15...0.14.15-2