phpstorm修改php文件头模板
Editor/ File and Code Templates / includes / PHP File Header
可以在模板中使用一下变量:
- ${FILE_NAME}:current file name
- ${USER}:current user system login name
- ${DATE}:current system date
- ${TIME}:current system time
- ${YEAR}:current year
- ${MONTH}:current month
- ${DAY}:current day of the month
- ${HOUR}:current hour
- ${MINUTE}:current minute
- ${PRODUCT_NAME}:current IDE name
- ${PROJECT_NAME}:current project name
你也可以自定义变量
|
|
然后就可以在模板中使用${MAIL}变量了
本文作者 : 小凡
原文链接 : https://16bh.github.io/2017/06/21/phpstorm-php-file-header/
版权声明 : 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明出处!