Y
Hacker News
new
|
ask
|
show
|
jobs
by
lmm
587 days ago
Does Zig have an IDE worth its salt?
2 comments
king_geedorah
586 days ago
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/
link
peterashford
585 days ago
I'm using InteliJ with a Zig plugin and finding it quite nice. But I'm a Zig noob
link
[0] - https://github.com/zigtools/zls
[1] - https://kristoff.it/blog/improving-your-zls-experience/