dotnet/roslyn

Support more format string embedded langauges

Open

#71.973 aperta il 6 feb 2024

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C# (4257 fork)batch import
Feature Requesthelp wanted

Metriche repository

Star
 (20.414 star)
Metriche merge PR
 (Merge medio 6g 17h) (256 PR mergiate in 30 g)

Descrizione

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.

Guida contributor