dotnet/roslyn

Handle user typing Action<T> in a documentation comment

Open

#21,476 opened on Aug 12, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-IDEConcept-Design Debthelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

Version Used: 15.3 Preview 7

⚠️ This feature is not ready to implement. It needs design work to understand all the specific cases we're interested in handling.

Steps to Reproduce:

  1. In an XML documentation comment, type Action<T> (as a set of keystrokes, not copy/paste)

Expected Behavior:

<see cref="Action{T}"/>

Actual Behavior:

Action<![CDATA[>]]>

Contributor guide