Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

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

Merged
merged 1 commit into from
May 13, 2020

Conversation

alexheretic
Copy link
Member

@alexheretic alexheretic commented May 13, 2020

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.

@alexheretic alexheretic merged commit 535a584 into rust-lang:master May 13, 2020
@alexheretic alexheretic deleted the support-std-code-actions branch May 13, 2020 00:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant