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

浙公网安备 33010602011771号