cheptsov / AdvancedExpressionFolding

https://plugins.jetbrains.com/plugin/9320?pr=idea
141 stars 29 forks source link

String variable folding #65

Open mtrakal opened 7 years ago

mtrakal commented 7 years ago

we use:

String API_V1_PREFIX = "public_api/v1/";
String API_CREATE = API_V1_PREFIX + "create";

Result of AEF lib: String API_CREATE = "$API_V1_PREFIXcreate"; Shouldn't be in format: String API_CREATE = "${API_V1_PREFIX}create"; ?

Because without { and } it's not possible recognize where is end of variable.

cheptsov commented 7 years ago

Will fix this, thanks!

jfcabral commented 6 years ago

Confirmed that still occurs in v0.9.9.4