kh-bd / interp4j-intellij-plugin

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

Replace string concat action #30

Closed KhadanovichSergey closed 1 month ago

KhadanovichSergey commented 1 month ago

if expression contains string literals, it's necessary to add backslash before each " symbol, to remain expression correct.

For example, String result = "\"" + message(); must be transformed into s("\"${message()}").