How to change ${USER} value in WebStorm or PhpStorm?

Viewed 4384

How to change ${USER} value in JetBrains WebStorm?

I was searching under Settings-> File and Code Templates but there I can change only structure of the temple instead of value of variable USER.

/**
* Created by ${PRODUCT_NAME}.
* User: ${USER}
* Date: ${DATE}
* Time: ${TIME}
* To change this template use File | Settings | File Templates.
*/
2 Answers
Related