- option + command + -> / <- 下个/上个方法
- control + -> / <- 上个/下个文件
- hift + option + 上下左右选中词
- shift + command + 上下左右选中行
查看类内所有方法: Command + F12
大小写切换: command + shift + u
定位到行 : command + L
定位当前editor中的类所在jar包的位置 : Alt + F1 -> “project view”
格式化 :Command + Alt + L
个人最喜欢的快捷键,修改完代码,必用这个快捷键。不过在多人合作的大项目,不要格式化其他人的类。
查看注释:F1
查看类或接口的继承结构:Ctrl + H
https://blog.csdn.net/bruce128/article/details/77788447
option + enter 生成所有setter
/Users/ming/Downloads/thrift-0.13.0/lib/perl/blib/lib/Thrift
./configure –without-ruby PY_PREFIX=/Users/ming/opt/anaconda3/lib/python3.8
Option + s jsonFormat
command + shift + 上下 移动行