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:/
44
44
45
45
## Code Actions on save
46
46
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`)
48
56
49
57
## Per-project config
50
58
You can’t perform that action at this time.
0 commit comments