Skip to content

Cohost: Support signature help#10595

Merged
davidwengier merged 21 commits intodotnet:mainfrom
davidwengier:CohostSigHelp
Jul 19, 2024
Merged

Cohost: Support signature help#10595
davidwengier merged 21 commits intodotnet:mainfrom
davidwengier:CohostSigHelp

Conversation

@davidwengier
Copy link
Member

@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.

@davidwengier davidwengier requested a review from a team as a code owner July 9, 2024 01:32
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