We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
auto-save
auto-format
I’d like to suggest that auto-format be triggered only by manual saving, rather than being tied to auto-save.
Reasons:
Decoupling these options would improve the user experience and potentially resolve issues like #11237 and #11966.
The text was updated successfully, but these errors were encountered:
Would it be better if there was an option to configure this functionality or the behavior being hardcoded into helix?
Sorry, something went wrong.
I think an option like format-on-auto-save that defaults to false would be great.
format-on-auto-save
false
However, I still don't think it's necessary to format every time an auto-save triggers.
We'll let the user choose the behavior through config file anyway
Successfully merging a pull request may close this issue.
I’d like to suggest that
auto-format
be triggered only by manual saving, rather than being tied toauto-save
.Reasons:
auto-save
andauto-format
are enabled, formatting occurs while writing code, which can be disruptive.Decoupling these options would improve the user experience and potentially resolve issues like #11237 and #11966.
The text was updated successfully, but these errors were encountered: