basic formatting mapping
It would be awesome if there was a mapping for formatting symbols.(e.g C#'s string.format("{0}, {1}",foo,bar) being properly mapped to Java's String.format("%1$s, %2$s",foo,bar).
Certainly, it is nearly impossible to map formatting correctly across all platforms (regarding indents, padding, truncation) but at least having a basic mapping for simple string replacements would be really helpful.
3
votes
Florian
shared this idea