dotnet/roslyn

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

开放

#36,730 创建于 2019年6月25日

 (14 条评论) (5 个反应) (1 位负责人)C# (4,257 个派生)batch import
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:

TypeCompletionForGenerics

Expected Behavior: List<T> to be committed.

Actual Behavior: List was committed.

贡献者指南