原文链接:https://segmentfault.com/a/1190000015617093

首先打开phpstorm后找到Setting/Editor/Inspections/PHP/File and Code Templates 如下图:

修改PhpStorm创建Php类文件时头部作者

如图所示,修改右侧User为你自己的名字即可。

/**
* Created by : ${PRODUCT_NAME}
 * User: yehui
 * Date: ${DATE}
 * Time: ${TIME}
 */

修改PhpStorm创建Php类文件时头部作者

修改PhpStorm创建Php类文件时头部作者

 修改PhpStorm创建Php类文件时头部作者

 

相关文章:

  • 2021-10-16
  • 2021-11-15
  • 2021-09-01
  • 2022-12-23
  • 2021-12-13
猜你喜欢
  • 2021-12-17
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2022-01-07
  • 2021-08-02
相关资源
相似解决方案