Hacker News new | ask | show | jobs
by aeturnum 970 days ago
I also develop Elixir professionally and I find the tooling to be excellent. I've seen some transient language server crashes[1] - but I wouldn't call it common? I personally dislike Credo, but it's very customizable, and you can simply remove the "alias order" readability check[2].

[1] https://elixirforum.com/t/elixir-ls-error-undefinedfunctione...

[2] https://hexdocs.pm/credo/Credo.Check.Readability.AliasOrder....