dotnet/roslyn

Handle user typing Action<T> in a documentation comment

Open

#21,476 opened on 2017年8月12日

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
 (平均マージ 6d 17h) (30d で 256 merged PRs)

説明

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[>]]>

コントリビューターガイド