In my updated atom-languageclient fork I've added the ability to filter & to custom handle codeActions. In this PR we'll start supporting the more standard / simple code actions.
The custom rust-analyzer.applySourceChange actions are not yet supported (and so not offered) but we now have a scaffold to implement custom handling in future using onApplyCodeActions.
In my updated atom-languageclient fork I've added the ability to filter & to custom handle codeActions. In this PR we'll start supporting the more standard / simple code actions.
The custom
rust-analyzer.applySourceChange
actions are not yet supported (and so not offered) but we now have a scaffold to implement custom handling in future usingonApplyCodeActions
.