Hacker News new | ask | show | jobs
by pselbert 2084 days ago
The IDE type tooling is getting better all the time thanks to Elixir-LS. There was a 0.6 release a couple of days ago with a ton of improvements [0]. Better auto-completion triggers and Ecto completion come to mind as huge quality of life improvements.

0: https://github.com/elixir-lsp/elixir-ls/blob/master/CHANGELO...

1 comments

Is this supported in IntelliJ ?
No idea. It is the foundation of VSCode and most of the other plugin systems powered by the language server standard.