Y
Hacker News
new
|
ask
|
show
|
jobs
by
out_of_protocol
976 days ago
VSCode + ElixirLS is usually enough for everything. ASDF is a useful tool to install desired Erlang/Elixir version. Don't think you need anything else
3 comments
abrookewood
975 days ago
I actually use RTX instead of ASDF as it's significantly faster and doesn't rely on shims. But you should definitely use one of them.
[0]
https://github.com/jdx/rtx
link
mhanberg
975 days ago
I have also switched to rtx, and even use it in the Next LS build pipeline as an easy way to install Elixir & OTP.
https://github.com/elixir-tools/next-ls/blob/main/.cirrus.ym...
link
roblh
976 days ago
Definitely use ASDF for managing it. I’ve started using it for Node too and I quite like it, even though I was pretty hesitant to start using yet another package manager.
link
throwawaymaths
976 days ago
Direnv is generally a good idea once your project reaches a certain level of complexity
link
[0] https://github.com/jdx/rtx