dotnet/roslyn

Incorrect results when using "Show items from unimported namespaces" to complete generic types

Open

#36,730 opened on Jun 25, 2019

View on GitHub
 (14 comments) (5 reactions) (1 assignee)C# (4,257 forks)batch import
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:

TypeCompletionForGenerics

Expected Behavior: List<T> to be committed.

Actual Behavior: List was committed.

Contributor guide