Forked from smyykb/gist:c342f332d3c1017373189de7659caba6
Created
August 6, 2020 19:21
-
-
Save hasankucuk/93bc5734a83447139d9da0e343b9c56a to your computer and use it in GitHub Desktop.
Change Author template in Android Studio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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