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

Quick Info in VS Code is not displaying type arguments in some cases #77233

Open
RikkiGibson opened this issue Feb 14, 2025 · 0 comments
Open
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead

Comments

@RikkiGibson
Copy link
Contributor

RikkiGibson commented Feb 14, 2025

Version Used: C# Dev Kit extension v1.17.4, C# extension v2.64.7, VS Code v1.97.2

Steps to Reproduce:

  1. Open QuickInfoUtilities.CreateQuickInfoItemAsync in VS Code
  2. Hover on var in var groups

Repro is kinda meta 😅

Expected Behavior:

Quick info includes full type argument info, e.g. TValue is ImmutableArray<TaggedText>

Actual Behavior:

Quick info is missing the type arguments of generic type arguments, e.g. it only shows TValue is ImmutableArray

Image

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

No branches or pull requests

1 participant