It doesn't look like there will be any changes to ...
# kdbc
e
It doesn't look like there will be any changes to string interpolation in 1.1 either. If I would somehow detect what variables are available in scope, I could interpolate myself, but that's not possible either. Alternatively, if we use the
#{var}
syntax, I think it would be possible to write an IDEA plugin to support syntax hl/auto complete, but that's a lot of work for something that is already free and perfect with the
${var.p}
or
${p(var)}
syntax. Really too bad 😞