Which code editor or IDE do you use?

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

1 Like

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…

1 Like

neovim with lsp and erlang_ls

1 Like

I use Emacs. I compiled it from Bitbucket

1 Like

vim with erlang_ls

3 Likes

Zed or Sublime Text with erlang_ls (key ingradient)

1 Like

Helix and Zed~~~

1 Like

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.

4 Likes

Does ELP use Erlang LS under the hood or are them two completely separate projets?

2 Likes

They are two separate projects. ELP is supported by WhatsApp.

4 Likes

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.

1 Like