美文网首页Android Studio
Android Studio创建类时添加作者和创建日期、时间等注

Android Studio创建类时添加作者和创建日期、时间等注

作者: googleKing | 来源:发表于2019-07-26 18:45 被阅读79次

点击File--->Setting--->File and Code Templates--->File Header  进行添加

除了添加以上的作者,日期外,还可以添加其他额外的信息,如下:

${PACKAGE_NAME} name of the package in which the new file is created

${USER} current user system login name

${DATE} current system date

${TIME} current system time

${YEAR} current year

${MONTH} current month

${MONTH_NAME_SHORT} first 3 letters of the current month name. Example: Jan, Feb, etc.

${MONTH_NAME_FULL} full name of the current month. Example: January, February, etc.

${DAY} current day of the month

${HOUR} current hour

${MINUTE} current minute

${PROJECT_NAME} the name of the current project

相关文章

网友评论

    本文标题:Android Studio创建类时添加作者和创建日期、时间等注

    本文链接:https://www.haomeiwen.com/subject/ihadrctx.html