Code Actions on save #1565
Labels
A-language-server
Area: Language server client
C-enhancement
Category: Improvements
E-easy
Call for participation: Experience needed to fix: Easy / not much
Discussed in #1540
Originally posted by kevinsjoberg January 19, 2022
Helix currently supports running Code Actions manually by pressing
<space>+a
. Some language servers also supports running specific code actions on save, e.g., typescript-language-server and gopls.Preferably, we extend the language server configuration to allow for specifying code actions to run on save. The actions themselves would then run asynchronously, similar to what we already do for auto formatting.
The text was updated successfully, but these errors were encountered: