蓝牙键盘: ctrl--command、win--control、alt--option
- 修改类名
shift + F6
mac下的idea快捷键
mac os 添加代码块(try catch)
option/alt + command + T
快速实现所继承接口的方法
win图标 + i
- 重写父类的方法
ctrl/alt + n
生成getter 和setter方法
command + n
生成构造器
command + n
抛异常快捷键
alt + enter
同时也是生成序列化id的快捷键mac和windows下相同光标要放在类名上
弹出所有的父类的方法
win图标 + o
快速找到接口的实现类
ctrl+alt +B
快速实现接口添加的方法
Alt+Enter
Macoption + Enter
整理代码格式快捷键
win:默认ctrl + alt + L
,qqkj:ctrl + alt + R
Mac:ctrl + option + L
idea进入某个类后回退到之前的位置
ctrl + shift + 方向左键
这不是默认的,是因为有冲突我自己重新自定义的全局检索
ctrl + alt + 0
查看一个类的所有方法
windows:alt+7
mac:command+7
自动补全变量类型和变量名称
我修改后的Mac键位:ctrl+option+V
windows键位:ctrl+alt+V
idea调试
idea折叠代码
command + shift + -