A post was split to a new topic: Differences between the “erlang” extension in VS Code “erlang-ls”?
how did you include erlang_ls ? can’t connect to emacs
I have VScode and NetBeans (which I’m thinking of dumping). I had Atom but it’s dead. The only IDEs as such that I actually use are Smalltalk and Processing. For most stuff, including Erlang, I use a mix of Vim, Emacs, and another Emacs-family editor. At least they still work…
neovim with lsp and erlang_ls
I use Emacs. I compiled it from Bitbucket
vim with erlang_ls
Helix and Zed~~~
Mostly Emacs and VS Code in combination with the ELP language server:
Note: I am the original author of Erlang LS, now maintaining ELP itself.
Does ELP use Erlang LS under the hood or are them two completely separate projets?
They are two separate projects. ELP is supported by WhatsApp.
Emacs + Ctags + ac-source-words-in-same-mode-buffers
. Smarter solutions that I’ve tried tend to randomly break and distract the flow and/or not be available for more exotic languages.