dotnet/roslyn
Vedi su GitHubRecord type doesn't show up in completion list for generic type parameter above the record declaration
Open
#76.594 aperta il 31 lug 2024
Area-IDEhelp wanted
Metriche repository
- Star
- (20.414 star)
- Metriche merge PR
- (Merge medio 6g 17h) (256 PR mergiate in 30 g)
Descrizione
If I define a record type, the type doesn't show up in the completion list in code before the type is defined, even though the code does build.
The screenshot is from a Razor document but the issue repros in a plain .cs file too.
The record type does show up in the completion list in code after the record type is defined.
If I define a class instead of a record, then the type shows up in completions before and after the type definition.