kh-bd / interp4j-intellij-plugin

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

No backlight if the format argument is the result of string concatenation. #26

Closed Calliroe closed 11 months ago

Calliroe commented 1 year ago

For example,

String message = String.format("Account number: %s, " + "bic: %s", accountNumber, bic); // no backlight