sourcer
sourcer copied to clipboard
An Erlang language server, providing IDE services.
I use sourcer with emacs lsp-mode and replacing elixir_ls that come from elixir-ls organization with sourcer. After I write this source: ```erlang % hello_module.erl -module(hello_module). -export([hello/0]). hello() -> X =...
Hello, I'm looking into sourcer as a replacement for now-unmantained EDTS, but can not even start it :) Could you tell me how it's supposed to be started/used? ``` 2>...
I'm exited about this project and want to know how to help. What things are you working on at the moment? What's needed until this can recommend using sources in...
I am connecting with sourcer via --transport stdio, from Microsoft's Monaco editor. After the client sends the initialize request, the language server never sends a response, causing the client to...
https://microsoft.github.io/language-server-protocol/inspector/ implements a service that allow simpler visualization of log between client and server. Specification of the format: https://github.com/Microsoft/language-server-protocol-inspector#log-format
Some clients (for example lsp4j) try to be backwards compatible with regard to LSP versions and send parameters that contain extra values. We need to be able to ignore those.
Elvis is the Erlang style reviewer (https://github.com/inaka/elvis). Many use elvis to enforce code style (me included). There are rules related to text formatting, such as: - [Line Length](https://github.com/inaka/elvis_core/wiki/Rules#line-length); - [No...
I wonder what status this project has. Would it make sense to start working on a Theia extension already?