Mac配置pycharm
恢复出厂配置
# configuration
rm -rf ~/library/preferences/JetBrains/
# caches
rm -rf ~/library/caches/JetBrains/
# plugins
rm -rf ~/library/application support/JetBrains/
# logs
rm -rf ~/library/logs/JetBrains/
文件头部
Python
#!/usr/bin/env python
#-*- coding: utf-8 -*-
"""
@Author : ${USER}
@Email : ****@email.com
@Usage :
@FileName: ${NAME}.py
@DateTime: ${DATE} ${TIME}
@SoftWare: ${PRODUCT_NAME}
"""
Shell
#!/bin/bash
常用快捷键
打开新action(⌥ + N)
重写父类方法(⇧ + ^ + O)
定义接口方法(⇧ + ^ + I )
快速开启新的一行(⇧ + Enter)
变量名一键实现大小写的转换(⇧ + ⌘ + U)
删除单词到开头(⌥ + ⌫)
删除单词到尾部(⌥ + ⌦) ,(⌦键为Fn+Delete
删除单行(⌘ + X)
复制当前行到剪切板(⌘ + C)
剪切当前行并粘贴(⌘ + D)
历史剪切板(⇧ +⌘ + V)
使用函数时,快速查看该函数有哪些参数(⌘ + P)
切换项目窗口(` + ⌘)
列编辑模式(Command + shift + 8)
插件安装
CodeGlance Pro (代码概览)
Key Promoter X(快捷键提醒)
GitToolBox (git工具)