dotnet/roslyn

Support more format string embedded langauges

Open

#71.973 geöffnet am 6. Feb. 2024

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (4.257 Forks)batch import
Feature Requesthelp wanted

Repository-Metriken

Stars
 (20.414 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide