dotnet/roslyn
Incorrect results when using "Show items from unimported namespaces" to complete generic types
开放
#36,730 创建于 2019年6月25日
Area-IDEConcept-Continuous ImprovementIDE-IntelliSenseIntelliSense-Completionhelp wanted
仓库指标
- 星标
- (20,414 个星标)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 256 个 PR)
描述
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.