Description
Editor features such as diagnostics, navigation, and code intelligence become available for Erlang projects through the Language Server Protocol.
This is mainly used by code editors and IDEs, not opened as a normal app. It helps developers work with Erlang code while the editor starts and communicates with the language server.
This Git package follows development changes, so it is useful for testing newer language-server behavior but may be less stable than a release build.