Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing LSP Handlers #2463

Merged
merged 5 commits into from
Oct 26, 2022
Merged

Conversation

JoeRobich
Copy link
Member

Discovered as part of the work to move the C# extension over to using the O# LSP.

Other missing handlers:
InlayHintsHandler - Required csharp-language-server-protocol to update with the 3.17 spec. I believe this is currently in a feature branch.

Copy link
Contributor

@dibarbet dibarbet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one place of weird naming but otherwise seems OK

ExcludeDefinition = false
};

var omnisharpResponse = await _findUsagesHandler.Handle(omnisharpRequest);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting - findusages returns a quick fix response that actually contains document highlights? Some strange naming

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a lot of history behind it 😀

Copy link
Member

@filipw filipw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants