dotnet/roslyn

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

Aberta

#36.730 aberto em 25 de jun. de 2019

 (14 comentários) (5 reações) (1 responsável)C# (4.257 forks)batch import
Area-IDEConcept-Continuous ImprovementIDE-IntelliSenseIntelliSense-Completionhelp wanted

Métricas do repositório

Stars
 (20.414 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (256 fundiu PRs em 30d)

Description

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.

Guia do colaborador