dotnet/roslyn

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

Aperta

#36.730 aperta il 25 giu 2019

 (14 commenti) (5 reazioni) (1 assegnatario)C# (4257 fork)batch import
Area-IDEConcept-Continuous ImprovementIDE-IntelliSenseIntelliSense-Completionhelp wanted

Metriche repository

Star
 (20.414 stelle)
Metriche merge PR
 (Merge medio 6g 17h) (256 PR mergiate in 30 g)

Descrizione

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.

Guida contributor