We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version Used: C# Dev Kit extension v1.17.4, C# extension v2.64.7, VS Code v1.97.2
Steps to Reproduce:
QuickInfoUtilities.CreateQuickInfoItemAsync
var
var groups
Repro is kinda meta 😅
Expected Behavior:
Quick info includes full type argument info, e.g. TValue is ImmutableArray<TaggedText>
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
TValue is ImmutableArray
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version Used: C# Dev Kit extension v1.17.4, C# extension v2.64.7, VS Code v1.97.2
Steps to Reproduce:
QuickInfoUtilities.CreateQuickInfoItemAsync
in VS Codevar
invar 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
The text was updated successfully, but these errors were encountered: