代码排版
pip install autopep8
# setting -- Tools --- External Tools
Name: AutoPep8
Description: autopep8 your code
Program: autopep8
Arguments: --in-place --aggressive --aggressive $FilePath$
Working directory: $ProjectFileDir$
Output filters: $FILE_PATH$\:$LINE$\:$COLUMN$\:.*
查看历史里记录
VCS --- Local History --- Show History
代码模板
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Date : ${DATE} ${TIME}
# @Author : ${USER}
# @File : ${NAME}.py
# @Software: ${PRODUCT_NAME}
${END}
# 预设模板
Crt + j