haskell / lsp

Haskell library for the Microsoft Language Server Protocol
366 stars 92 forks source link

Unbundle `LSP.Sever` #417

Open michaelpj opened 2 years ago

michaelpj commented 2 years ago

At the moment LSP.Sever is "framework-like": you provide various kinds of functions via the monolithic SeverDefinition, and then the server framework is responsible for calling them. This has some warts:

Here's some ideas for how to unbundle this:

Big questions:

michaelpj commented 2 years ago

@wz1000 thoughts?