-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add documentation for zig fmt #1523
Comments
would be nice to support more than vim, much like zig should not be linux first, It should not be vim first, one could argue that vim and linux user base probably overlap significantly so zig should support probably all of
with fmt, highlighting, autocomplete(later) at least ref ziglang/sublime-zig-language#7
rust tooling is another benchmark by which you have to compare editor support |
@monouser7dig I think what he means with "integration into vim" is to show an example of how to integrate zig fmt into a text editor. zig fmt is not designed for any editor. It's just a command line tool like any other. Edit: I do agree that we should have zig fmt on all these editors, but I'm pretty sure that's a community effort :) |
sure
|
Yeah, @tiehuis put all that effort into making I do agree @monouser7dig that the fact that we currently only have integration with vim, shows a bit of bias in the user base. I hope to correct that by improving tooling on Windows, most notably with #615. |
I think the vscode extension have fmt support. At least the readme implies so. |
Great! I will also mention that in the zig fmt docs. |
this will be a huge improvement for me personally at least, I'll just use whatever editor supports it, currently on sublime but vim is okay as well and if vscode is where the money is...I'll go with that. If you have a new language, this just makes it just so much faster to get into it. OT:
|
extracted from #367
The text was updated successfully, but these errors were encountered: