LanguageServer.jl icon indicating copy to clipboard operation
LanguageServer.jl copied to clipboard

Add InlayHint provider

Open pfitzseb opened this issue 3 years ago • 2 comments

https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_inlayHint

Can expose type info a bit better that way, I think; this is what that looks like in JS: image

pfitzseb avatar Apr 28 '22 10:04 pfitzseb

I guess the question is what would we actually show? Would we run inference?

davidanthoff avatar May 02 '22 08:05 davidanthoff

We already have some limited type info from StaticLint, so we have something to show ;)

pfitzseb avatar May 02 '22 08:05 pfitzseb