Android Studio如何自定義類註釋模板

創建類的時候如何自定義類的各項註釋?

創建步驟:

1、File——>Settings...——>Editor——>File and Code Template

2、選擇 Includes 下的 File Header

3、在右側的空白區域添加自己的註釋模板

7208373-be2cc3bec94c5696.png

4、新建一個類測試一下是否成功

7208373-3bb3bd6b67caab10.png
新建類.png

模板中還可以添加的配置:


${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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章