tonini / alchemist.el

Elixir Tooling Integration Into Emacs
http://www.alchemist-elixir.org
906 stars 103 forks source link

mix.el - new Emacs package for Mix #370

Open ayrat555 opened 4 years ago

ayrat555 commented 4 years ago

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

Trevoke commented 4 years ago

Fantastic, thank you for doing this!

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

ayrat555 commented 4 years ago

@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.