gen_lsp icon indicating copy to clipboard operation
gen_lsp copied to clipboard

A behaviour for creating language servers.

Results 6 gen_lsp issues
Sort by recently updated
recently updated
newest added

Related to https://github.com/elixir-tools/next-ls/issues/299

It would be worth exploring a gen_dap for https://microsoft.github.io/debug-adapter-protocol, probably builtin with the LSP won't be such a bad idea.

enhancement

## Description It would be awesome if you could start a recording that opens your editor, you do some stuff, then close the editor, and it spits out an elixir...

enhancement

## Description I am starting to see patterns that are not necessarily opportunities (yet?) for library features, but should be documented in some way to help folks when implementing their...

Why: * Follow [this conversation](https://github.com/elixir-lang/expert/pull/260#discussion_r2624680329). * Long story short, writing the initialization response needs to block everything thereafter to be compliant with LSP spec. * Mostly impacts VSCode AFAIK. Changes:...