PyCharm的模板设置
Posted mqxblog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PyCharm的模板设置相关的知识,希望对你有一定的参考价值。
PyCharm的模板设置
在File—settings—File and Code Templates—Python script 脚本里添加:
# -*- coding: utf-8 -*- # __author: Tiger_Lee # @file: ${NAME}.py # @time: ${YEAR} ${MONTH} ${DAY} # @email: [email protected]
保存,新建py文件,就可以实现自动化文件模板。
Predefined template variables
The following predefined variables can be used in file templates:
以上是关于PyCharm的模板设置的主要内容,如果未能解决你的问题,请参考以下文章