alchemist.el icon indicating copy to clipboard operation
alchemist.el copied to clipboard

mix.el - new Emacs package for Mix

Open ayrat555 opened this issue 5 years ago • 2 comments

Hello!

I created a new package for working with mix tasks. https://github.com/ayrat555/mix.el

It has two distinctive features from functions from alchemist :

  1. You can choose umbrella subproject
  2. You can modify a task before execution

Autocompletion will come next to another package. It's the only other feature that I use in alchemist

ayrat555 avatar Mar 31 '20 18:03 ayrat555

Fantastic, thank you for doing this!

When you say autocompletion, you mean completion of task names?

Trevoke avatar Jul 30 '20 22:07 Trevoke

@Trevoke no it's a separate package to complete expressions in the mix project - https://github.com/ayrat555/company-elixir. I finished it and it works but I'm not satisfied with it.

ayrat555 avatar Jul 31 '20 11:07 ayrat555