dotnet/roslyn
Incorrect results when using "Show items from unimported namespaces" to complete generic types
Aperta
#36.730 aperta il 25 giu 2019
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:

Expected Behavior:
List<T> to be committed.
Actual Behavior: List was committed.