haskell / lsp

Haskell library for the Microsoft Language Server Protocol
360 stars 89 forks source link

inlay-hint-support #515

Closed TimWhiting closed 10 months ago

TimWhiting commented 10 months ago

Hi, I was playing around with this, and started working on inlay hints, but then noticed the inlay hint support was missing.

Here are the necessary changes. I only work with static handlers, so I haven't tested it with dynamic registration, but it works with the lsp I'm working with.