Replies: 1 comment 3 replies
-
Zed allows the usage of external formatters through commands. You can configure this in settings.
Now, whenever you save a JavaScript file, Zed will use the specified formatter automatically. Check out this : https://zed.dev/docs/configuring-languages#configuring-formatters |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good day,
Thanks for amazing editor - I'm successfully writing ruby and Golang with it. But struggle to figure out how to write JavaScript at work with it and have to go back to sublime everytime I need to write JS.
Main friction as it seems, is that we use semistandard. Zed supports prettier by default and it's great, it's just that using prettier instead of semistandard will not fly with my team.
I tried changing the configuration to use semistandard instead, but it doesn't get picked up. I assume, that I did something wrong, so creating a discussion instead (seems like a configuration issues, than a bug).
Did anyone had success at using anything other than prettier?
Beta Was this translation helpful? Give feedback.
All reactions