PyCharm在代码中自动添加作者、日期,调节字体大小

PyCharm在代码中自动添加作者、日期
File(文件)→ Settings(设置)→ Editor(编辑器)→ File and code Templates(文件和代码模板)→ Python Script(Python 脚本)
在Python Script添加模板即可。
##!/usr/bin/python3
# -*- coding: utf-8 -*-            
# @Author : yueliangYoYo
# @Time : ${DATE} ${TIME}
 
 
 
调节字体大小
右上角–>File–>Settings-> Editor-> Font–>Size–>Apply->ok
posted @ 2023-03-15 10:27  月亮西悠  阅读(73)  评论(0)    收藏  举报