Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hasankucuk/93bc5734a83447139d9da0e343b9c56a to your computer and use it in GitHub Desktop.
Save hasankucuk/93bc5734a83447139d9da0e343b9c56a to your computer and use it in GitHub Desktop.
Change Author template in Android Studio
You can overwrite the ${USER} variable in the template file with the
#set( $VARIABLE = "value")
function. Go to Settings -> File and Code Templates -> Includes -> File Header prepend the #set() function call, for example:
#set( $USER = "Your name" )
/**
* Created by ${USER} on ${DATE}.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment