LanguageServer.jl
LanguageServer.jl copied to clipboard
Add InlayHint provider
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:

I guess the question is what would we actually show? Would we run inference?
We already have some limited type info from StaticLint, so we have something to show ;)