haskell / lsp

Haskell library for the Microsoft Language Server Protocol
364 stars 91 forks source link

Mappings for capabilities #581

Closed michaelpj closed 4 months ago

michaelpj commented 4 months ago

Add type family mappings for capabilities, and also lenses for picking them out from the capability structures.

I want to do more in this direction, in particular I want to be able to merge capabilities, but this is already fairly chunky.

Fixes #580