kh-bd / interp4j-intellij-plugin

Intellij plugin to support interp4j library
3 stars 1 forks source link

Quick fix. `String.format` call might be replaced with `fmt`. #36

Open KhadanovichSergey opened 1 month ago

KhadanovichSergey commented 1 month ago
  1. only if fmt is available.
  2. if an expression is simple enough, it can be transformed into s() call. Any expression can be transformed into fmt call.