File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,15 @@ For more information on the health check results refer to [Health check](https:/
4444
4545## Code Actions on save
4646
47- Helix does not yet support running code actions on save. See [helix-editor/helix#1565](https://github.com/helix-editor/helix/issues/1565).
47+ Running code actions on save is not supported by lsp-mode. See [helix-editor/helix#1565](https://github.com/helix-editor/helix/issues/1565)
48+
49+ #### source.fixAll
50+
51+ The "apply fixall" code action can be run using the "Apply code action" command (normal: `<space>a`, select: `<space>a`)
52+
53+ #### source.organizeImports
54+
55+ The "organize @import" code action can be run using the "Apply code action" command (normal: `<space>a`, select: `<space>a`)
4856
4957## Per-project config
5058
You can’t perform that action at this time.
0 commit comments