PyCharm Shortcuts of macOS
Reference:Pycharm快捷键整理
NOTE: CheatSheet is a simple but highly useful utility for OS X that provides keyboard shortcuts in an instant.
Shortcuts
shift command +
展开所有
shift command -
折叠所有
command + D
在下一行复制本行的内容
command + B
跳转到声明处(command + click)
command + [
后退一个位置
command + ]
向前一个位置
command + /
注释取消注释 (toggle)
control + tab
导航窗口
shift + Enter
在行中的时候直接到下一行
Tab / shift + Tab
缩进 / 回退当前行
command + Backspace
删除当前行
command + C
复制光标当前行,剪切同理
command + F
当前文件搜索(回车下一个 shift回车上一个)
command + R
当前文件替换
shift + command + F
全局搜索
shift + command + R
全局替换
option + Space
显示符号代码 (Esc退出窗口 Enter 进入代码)
command + O
搜索 class
command + J
代码智能补全
option + command + T
指定代码被注释语句或者逻辑结构、函数包围
shift + command + O
搜索文件
option + command + O
搜索符号(函数等)
option + F1
定位编辑文件所在位置:
option + F7
Find Usage
command + F12
显示文件结构
option + F12
打开命令行栏
WANDERING...