Zsort: import organizer for zig

zsort: import organizer for zig


I was missing isort from Python, so I built zsort for Zig: GitHub - mstdokumaci/zsort: Opinionated import organizer for Zig similar to isort / goimports · GitHub

I am using zlint and zwanzig on my Zig projects, but neither of them sorts the imports, and I like my code tidy. std.zig.Ast made my life easier building this project, can’t tell the same about trying to support both 0.15.2 and 0.16 at the same time.

AI / LLM usage disclosure

I used cheap LLMs for doing the hard work from the beginning to the end. But I have been coding since 1996, so I hope this is still not vibe coding.

1 Like