I want to make a template like something $NAME$ other $LOWNAME$ so that when I use it, I\'m taken to $NAME$ input list and $LOWNAME$ is automatically filled with de
something $NAME$ other $LOWNAME$
To do this with file templates (without expressions) in PHPStorm you can use Java functions in combination with Apache Velocity Template Language:
#set( $name = ${NAME} )