Change ${USER} environment variable in Intellij IDEA
问题 Intellij IDEA has class/file templates like this: /** * Created by ${USER} on ${DATE}. */ where ${USER} by default is logged in user name (or licensed user name for Ultimate versions). I need to have name in file templates different from logged in OS user name. How can I change in IDEA this variable? What I can, but this it not what i'm looking for: Change template header directly. NO, I need to change variable for all templates and other usages in the IDE. start IDEA from bat/cmd/lnk