美文网首页
Android Studio设置代码作者模版

Android Studio设置代码作者模版

作者: Ello_Orld | 来源:发表于2019-06-24 21:38 被阅读0次

在android studio中设置代码的归属模板:

依次设置,找到 File | Settings | Editor | File and Code Templates,选择Includes,添加模板:

/**
 * @author : ${USER}
 * @e-mail : du_xiaolong@hotmail.com
 * @date   : ${DATE} ${TIME}
 * @desc   :
 */
微信截图_20190624213754.png

相关文章

网友评论

      本文标题:Android Studio设置代码作者模版

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