mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
ea322e1d1c
This lets Go programmers configure `"code_actions_on_format": { "source.organizeImports": true, }` so that they don't have to manage their imports manually I landed on `code_actions_on_format` instead of `code_actions_on_save` (the VSCode version of this) because I want to run these when I explicitly format (and not if `format_on_save` is disabled). Co-Authored-By: Thorsten <thorsten@zed.dev> Release Notes: - Added `"code_actions_on_format"` to control additional formatting steps on format/save ([#5232](https://github.com/zed-industries/zed/issues/5232)). - Added a `"code_actions_on_format"` of `"source.organizeImports"` for Go ([#4886](https://github.com/zed-industries/zed/issues/4886)). Co-authored-by: Thorsten <thorsten@zed.dev> |
||
---|---|---|
.. | ||
contexts | ||
fonts | ||
icons | ||
keymaps | ||
settings | ||
sounds | ||
themes |