Pycharm创建新文件时,自动添加头文件注释

1.选择Pycharm-Preferences (Windows下为File-Settings)
Pycharm创建新文件时,自动添加头文件注释_第1张图片
2.选择File and Code Templates -> Files -> Python Script
Pycharm创建新文件时,自动添加头文件注释_第2张图片
3.填写你想要的头注释格式,例如:

# encoding: utf-8
"""
@author: suns
@contact: [email protected]
@time: ${DATE} ${TIME}
@file: ${NAME}.py
@desc: 
"""

点OK。

4.新建一个py文件,效果如图
Pycharm创建新文件时,自动添加头文件注释_第3张图片

你可能感兴趣的:(python)