Hacker News new | ask | show | jobs
by lmm 587 days ago
Does Zig have an IDE worth its salt?
2 comments

Zig does not have an IDE, but it does have a language server called zls[0] that I have found to be pretty decent after implementing Loris' suggestion from this post[1].

[0] - https://github.com/zigtools/zls

[1] - https://kristoff.it/blog/improving-your-zls-experience/

I'm using InteliJ with a Zig plugin and finding it quite nice. But I'm a Zig noob