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

Cohost: Support signature help #10595

Merged
merged 21 commits into from
Jul 19, 2024
Merged

Conversation

davidwengier
Copy link
Contributor

@davidwengier davidwengier commented Jul 9, 2024

Requires dotnet/roslyn#74280, and won't even compile without it.
Part of #9519

This brings signature help to Cohosting. It's a pretty simply PR, for a pretty simple endpoint, as we just delegate, and there is no translation of delegated info. The interesting part here is that we use System.Text.Json for the remote signature help service, because it makes more sense to take advantage of the existing Json converters for the potential complexity of the SignatureHelp result type.

Copy link
Contributor

@alexgav alexgav left a comment

Choose a reason for hiding this comment

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

:shipit:

Copy link
Member

@DustinCampbell DustinCampbell left a comment

Choose a reason for hiding this comment

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

I have nothing to add, but I up-voted some of @alexgav's comments.

@davidwengier davidwengier requested a review from a team as a code owner July 17, 2024 02:23
…est/Cohost/CohostEndpointTestBase.cs

Co-authored-by: Dustin Campbell <dustin@teamcampbell.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants