Skip to content

Translate String.format into string interpolation (or at least string.Format) #22

Description

@paulirwin

This arguably goes beyond syntactic translation, although you could also argue that the syntax of a format string is different between the languages. Would be really cool to translate into string interpolation (i.e. $"This is a {value} formatted string") but at least a translation to string.Format would be welcome. Need to think about format placeholders more complicated than i.e. %s, such as decimal places and such.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions