类型 | win_studio | win_eclipse | mac_studio |
debug/run | |||
计算变量值 | alt+F8 | ctrl+shift+I | |
跳到下一步 | F8 | F6 | F8 |
跳到下一个断点 | shift+F8 | F8 | alt+F9 |
进入到代码 | F7 | F5 | F7 |
停止运行 | Ctrl+F2 | ||
debug运行app | shift+F9 | F11 | Ctrl+D |
运行app | shift+F10 | ctrl+F11 | Ctrl+R |
查找 | |||
全局类搜索 | ctrl+N | command+O | |
全局文件搜索 | ctrl+shift+N | ctrl+alt+R | command+shift+O |
当前类搜索 | ctrl+F | ctrl+F | command+F |
全局查找 | ctrl+shift+F | ctrl+H | command+shift+F |
操作 | |||
移动当前行 | alt+shift+上/下 | alt+上/下 | alt+shift+上/下 |
优化导入的类和包 | ctrl+alt+O | ctrl+shift+O | ctrl+alt+O |
后退 | Ctrl+Z | Ctrl+Z | command+Z |
向前 | Ctrl+Shift+Z | Ctrl+Y | |
自动修正提示 | Ctrl+Enter | Ctrl+1 | alt+Enter |
代码格式化 | ctrl+alt+L | ctrl+alt+F | command+Alt+L |
选中字母大小写切换 | ctrl+shift+U | ctrl+shift+x | command+shift+U |
ctrl+shift+y | |||
修改变量名 | shift+F6 | alt+shift+R | shift+F6 |
复制当前行 | ctrl+D | ctrl+alt+上 | command+D |
ctrl+alt+下 | |||
删除行 | ctrl+Y | command+Del | |
类名自动完成 | ctrl+shift+back | ||
当前文件大纲视图 | alt+7 | outline | |
文件 | |||
当前文件结构 | ctrl+F12 | ctrl+O | command+F12 |
查看当前选中类/接口的继承结构 | ctrl+alt+B | ctrl+T | command+alt+B |
查看文档 | ctrl+Q | ctrl+J | |
行定位 | Ctrl+G | Ctrl+L | command+L |
查看当前类的结构 | ctrl+H | ctrl+T | control+H |
跳转到父类的此方法 | ctrl+U | command+U | |
查看选中项的下一个引用 | F3 | ctrl+K | command+G |
查看选中项的上一个引用 | shift+F3 | command+shift+G | |
查看当前方法的引用 | alt+F7 | ctrl+alt+H | alt+F7 |
切换左侧文件 | alt+left | ||
切换右侧文件 | alt+right | ||
方法间快速移动 | alt+up alt+down |
||
高亮错误或警告快速定位 | F2/Shift+F2 | ctrl+. | F2/Shift+F2 |