Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
paulirwin opened this issue Jun 30, 2021 · 0 comments

Comments

@paulirwin
Copy link
Owner

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.

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

No branches or pull requests

1 participant