IDEA 常用快捷键合集及修改
为了开发习惯, 所以把 Window 和 Mac 的 IDEA 快捷键都设置一样, 免得需要记忆的快捷键混乱.
Window
- 代码自动补全:
ctrl + alt + v
或者alt + enter
- Generate(构造,实现方法):
alt + insert
- 代码格式化:
ctrl + alt + o/l
- 打开文件位置:
ctrl + shift + o
- 左右分屏:
ctrl + shift + \
- 查看文件历史:
alt + H
- 大小写:
ctrl + shift + u
- Debug:
shift + F9
- Run:
shift + F10
Mac
- 代码自动补全 (Introduce Variable):
control + command + v
或者option + enter
- Override/implement:
command + o
- Generate(Generate):
control + enter
- 代码格式化 (Reformat Code、Optimize Imports):
control + command + o/l
- 打开文件位置 (Reveal in Finder):
control + shift + o
- 左右分屏 (Split Vertically):
control + shift + \
- 上下分屏 (Split Horizontally):
control + shift + command + \
- 查看文件历史 (Show History):
command + H
- 大小写 (Toggle Case):
control + shift + u
- 粘贴历史:
shift + command + v
- 创建方法:
option + enter
- Debug:
shift + F9
- Run:
shift + F10
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 颜不喜!