sublime-zig-language
sublime-zig-language copied to clipboard
auto complete
https://github.com/ziglang/zig/pull/1026 sounds like zig already has some machine readable API(s)
golang has excellent sublime plugin which alone helps tremendously, compared to the hassle of setting up a compilation database for cpp etc.....
zig should be the same as golang in terms of ease of use 👍
this is especially important for a new language as it reduces friction for a beginner by a fair amount in my experience
related: https://github.com/ziglang/zig/issues/615