I constructed this live template:
public boolean is$var$Present() { return $varname$.isPresent(); } 
I expect the variable name I type to be converted to camelCase and inserted to "return ...." string, but this does not happen. the "return ..." part stays unchanged.


