We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if format on save is on, then zig fmt will run. when it does, "[Finished in 0.4s]" will pop up at the bottom
the formatter shouldnt need to pop open a console window on every save. setting "quiet: true" in the .sublime-build script for zig fmt fixes this
Activity