dotnet/roslyn
View on GitHubIncorrect results when using "Show items from unimported namespaces" to complete generic types
Open
#36,730 opened on Jun 25, 2019
Area-IDEConcept-Continuous ImprovementIDE-IntelliSenseIntelliSense-Completionhelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (Avg merge 6d 17h) (256 merged PRs in 30d)
Description
Steps to Reproduce:
I was trying to complete System.Collections.Generics.List, but I got the non-generic version of this type:

Expected Behavior:
List<T> to be committed.
Actual Behavior: List was committed.