PyCharm的模板设置
PyCharm的模板设置
在File—settings—File and Code Templates—Python script 脚本里添加:
# -*- coding: utf-8 -*- # __author: Tiger_Lee # @file: ${NAME}.py # @time: ${YEAR} ${MONTH} ${DAY} # @email: lxh661314@163.com
保存,新建py文件,就可以实现自动化文件模板。
Predefined template variables
The following predefined variables can be used in file templates:
作者:TigerLee
出处:http://www.cnblogs.com/tiger666/
本文版权归作者和博客园所有,欢迎转载。转载请在留言板处留言给我,且在文章标明原文链接,谢谢!
如果您觉得本篇博文对您有所收获,觉得我还算用心,请点击右下角的 [推荐],谢谢!