Description
Elixir projects can get editor features such as diagnostics, navigation, completion, and code intelligence through the Language Server Protocol.
This is mainly used by editors and IDEs, not opened as a normal app. It helps developers work with Elixir code while the editor communicates with the language server.