|
|
|
|
|
by cschmatzler
969 days ago
|
|
This post is missing one huge point: its tooling is bad. Like, real bad. The language server will regularly crash, does not support code actions _at all_, messes up formatting regularly by ignoring the configuration. Then credo, the popular linter, will tell you that your imports are not alphabetically ordered but there’s no fix mode, meaning you’ll go back to order them yourself.
I love the language, am using it during my day job right now, and have published multiple libraries, but the development experience can be infuriating. |
|
[1] https://elixirforum.com/t/elixir-ls-error-undefinedfunctione...
[2] https://hexdocs.pm/credo/Credo.Check.Readability.AliasOrder....