dotnet/roslyn

Support more format string embedded langauges

Open

#71,973 opened on 2024年2月6日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Feature Requesthelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (平均マージ 6d 17h) (30d で 256 merged PRs)

説明

We have requests to expand the set of embedded languages we support. While some of them are enormously large, and likely not something we'd want to ship in-roslyn itself, the following are very reasonable and would be nice and simple delighters:

From most important to least important these are:

  1. NumericFormat
  2. EnumFormat
  3. GuidFormat
  4. TimeSpanFormat
  5. DateOnlyFormat
  6. TimeOnlyFormat

It would be good to support both classification and completion for these items, just like we have for DateTimeFormat.

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