Svatopluk Å imara
04/06/2025, 5:17 AM"Hello, %s".formatted(name)
-> "Hello, %s".format(name)
I'm not looking for regexs, I tried Kotlin complier API - with some chatgpt promps, but I keep having troubles converting even such simple code - I can parse it, find the relevent method, but not replace it 😕
Basically I'm looking for something like https://errorprone.info/docs/refaster - a tool that allows automated refactorings OR a piece of code where is the Kotlin compiler setup correctly 🙂
My trouble isn't just formatted
- I have 500K LOC project, and I want to resolve all problems at onceJames Richardson
04/06/2025, 7:36 AMSvatopluk Å imara
04/06/2025, 6:31 PMnatpryce
04/10/2025, 5:43 PM