rust-lang / atom-ide-rust

Rust IDE support for Atom, powered by the Rust Analyzer or Rust Language Server
MIT License
259 stars 43 forks source link

Support some standard code actions, filter out rust-analyzer custom ones #173

Closed alexheretic closed 4 years ago

alexheretic commented 4 years ago

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.