Can I configure the Elixir formatter to auto-sort my alias calls?

Ah, that extension looks helpful! Although one downside is that (if I understand it correctly) is that you need to run it on each list of aliases you have.

There’s an elixir project that was started after this thread (and is based on Sourceror) that makes this even easier:

https://github.com/hrzndhrn/recode

Recode has a Task.AliasOrder that if configured will auto-sort your aliases when you run mix recode :tada: