OmniSharp / omnisharp-roslyn

OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
MIT License
1.72k stars 417 forks source link

Add InlayHint implementation to OmniSharp.LSP #2566

Closed JoeRobich closed 9 months ago

JoeRobich commented 9 months ago

InlayHints are returned without their Kind populated. This is OK for now because it is optional. We will add these when we are able to take a newer release of Roslyn.

Related https://github.com/OmniSharp/omnisharp-roslyn/issues/2550

JoeRobich commented 9 months ago

Holding off on merging this while I investigate a LSP registration issue.