dotnet/roslyn
Incorrect results when using "Show items from unimported namespaces" to complete generic types
オープン
#36,730 opened on 2019/06/25
Area-IDEConcept-Continuous ImprovementIDE-IntelliSenseIntelliSense-Completionhelp wanted
Repository metrics
- Stars
- (20,414 個のスター)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 256 merged PRs)
説明
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.