So we can use expressions to transform other variables in live templates. For example:
Is it possible to apply snakeCase
to NAME
directly? So whatever I type, gets converted into snake case? Desired result:
Tried snakeCase(NAME)
, snakeCase(String)
and snakeCase()
. None seemed to work. Maybe someone had it figured out?