why not using elixir lsp? what problem next ls is trying to solve?
The elixir-tools Update Vol. 4
11–20 of 22 posts
Re: The elixir-tools Update Vol. 4
#12why not using elixir lsp? what problem next ls is trying to solve?
Author here! The answer to your question is in the FAQ on the website for Next LS in particular, and a motivation for the whole elixir-tools family of projects on the home page https://www.elixir-tools.dev/next-ls/#faq
Re: The elixir-tools Update Vol. 4
#13Re: The elixir-tools Update Vol. 4
#14why not using elixir lsp? what problem next ls is trying to solve?
Author here! The answer to your question is in the FAQ on the website for Next LS in particular, and a motivation for the whole elixir-tools family of projects on the home page https://www.elixir-tools.dev/next-ls/#faq
Not sure how I’ve never heard of elixir tools in spite of being a full time elixir dev.
Going to install this first thing tomorrow.
I hope you guys are adding first class test and debugging support too. (Maybe you have, I haven’t read the whole list of features)
Re: The elixir-tools Update Vol. 4
#15The banding on the background is incredibly annoying, but looks interesting. I was considering learning Elixir the last few weeks, and I'm still on the fence. Does anyone have any good tips on how to set up a decent dev environment (IDE/debugging/etc.)?
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
Re: The elixir-tools Update Vol. 4
#16The banding on the background is incredibly annoying, but looks interesting. I was considering learning Elixir the last few weeks, and I'm still on the fence. Does anyone have any good tips on how to set up a decent dev environment (IDE/debugging/etc.)?
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
Re: The elixir-tools Update Vol. 4
#17Re: The elixir-tools Update Vol. 4
#18The banding on the background is incredibly annoying, but looks interesting. I was considering learning Elixir the last few weeks, and I'm still on the fence. Does anyone have any good tips on how to set up a decent dev environment (IDE/debugging/etc.)?
Re: The elixir-tools Update Vol. 4
#19Re: The elixir-tools Update Vol. 4
#20Earlier quoted context omitted.
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
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
https://github.com/elixir-tools/next-ls/blob/main/.cirrus.ym...