Does Distel work with recent Erlang/OTP versions?

The last commit to Distel was in 2022. Is it still functional with recent Erlang/OTP versions (28 at the moment)? As a beginner, I’d find it difficult to recognize any subtle malfunctions. Thank you.

I haven’t used Distel before, but looking through it, it seems to support features provided by a regular language server. If you want to use Emacs, I suggest that you use eglot or lsp-mode with Erlang LS.

@Zaza @Benjamin-Philip I just archived Erlang LS, too.

Nowadays, for Erlang development, I would recommend using ELP (works with VS Code, Emacs, Vim, etc):

I had forgotten about that. You should update the docs on downstream plugins, since they mostly point to Erlang LS.

If you have specific links or documentation in mind, please share and I will make PRs.