elixir-lsp / coc-elixir

Elixir language server extension based on elixir-ls for coc.nvim
MIT License
168 stars 11 forks source link

Support for running tests via new code lens #43

Open axelson opened 3 years ago

axelson commented 3 years ago

https://github.com/elixir-lsp/elixir-ls/pull/389 added support to build up a command to run exunit tests from a code lens (all the user has to do is click on the code lens). It would be great to be able to support this in some way in coc-elixir. The VSCode implementation is at https://github.com/elixir-lsp/vscode-elixir-ls/pull/155

Some thoughts: