dotnet/roslyn

Pasting generic type names in doc comments should escape '<' and '>'

Aberta

#19.197 aberto em 3 de mai. de 2017

 (2 comentários) (1 reação) (0 responsável)C# (4.257 forks)batch import
Area-IDEhelp 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

I find myself often passing type names into <see cref=""/> constructs, it would be so helpful if the '<' and `>' would be automatically replaced with '{' and '}'.

Guia do colaborador