Skip to content

Commit 19282f4

Browse files
committed
improve documentation on code actions on save in Helix
1 parent 02a6bc7 commit 19282f4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/zls/editors/helix.smd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)