dotnet/roslyn

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

オープン

#36,730 opened on 2019/06/25

 (14 件のコメント) (5 件のリアクション) (1 人の担当者)C# (4,257 件のフォーク)batch import
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:

TypeCompletionForGenerics

Expected Behavior: List<T> to be committed.

Actual Behavior: List was committed.

コントリビューターガイド