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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions