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.