dotnet/roslyn

Support more format string embedded langauges

Open

#71,973 创建于 2024年2月6日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C# (4,257 fork)batch import
Feature Requesthelp wanted

仓库指标

Star
 (20,414 star)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

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.

贡献者指南