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.

貢獻者指南