ziglang / sublime-zig-language

Zig language support for Sublime Text
MIT License
85 stars 25 forks source link

auto complete #7

Open ghost opened 6 years ago

ghost commented 6 years ago

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 👍

ghost commented 6 years ago

this is especially important for a new language as it reduces friction for a beginner by a fair amount in my experience

emekoi commented 5 years ago

related: https://github.com/ziglang/zig/issues/615