Credo Language Server and the birth of elixir-tools (opens in new tab)
From Mitchell Hanberg's Blog: Last year I started working on gen_lsp, an abstraction for writing language servers in Elixir. > I gave a presentation on gen_lsp and writing OTP process abstractions at CodeBEAM America 2022. You can watch my talk on YouTube. Today I'd like to announce the release of the first language server built with `gen_lsp`. ## Credo Language Server Credo Language Server is a persistent server that communicates with text editors via the Language Server Protocol. This initi...
Read the original article