elixir-ls icon indicating copy to clipboard operation
elixir-ls copied to clipboard

Add basic code action support

Open axelson opened this issue 4 years ago • 2 comments

https://microsoft.github.io/language-server-protocol/specification#textDocument_codeAction

Can look at erlang-ls' implementation as an example. A good first code action to support is fixing unused variable warnings by prepending a _

axelson avatar Feb 26 '20 17:02 axelson

Hey, I'll be glad to help with that

michaldarda avatar Mar 27 '20 19:03 michaldarda

That would be great! Go for it :+1:

axelson avatar Mar 27 '20 20:03 axelson