-
File-->Setting,或快捷键,打开Setting页面
Setting -
Editor-->File and Code Templates,或搜索框中直接搜索File and Code,打开模板页面
File and Code Templates -
选择Python Script,编辑模板
Python Script -
常见模板
# -*- coding:utf-8 -*-
"""
@author:${USER}
@file:${NAME}.py
@time:${YEAR}/${MONTH}/${DAY}
"""
注:USER默认当前计算机登录账号,可以修改为自己希望的名字,如’abc‘
-
查看模板效果:在pyCharm中新建python文件
效果图
网友评论