- 寻找类:shift+command+t
- 删除当前行:command+d
- 上移当前行代码:option+↑
- 下移当前行代码:option+↓
- 复制当前行至下一行:option+command+↓
- 复制当前行至上一行:option+command+↑
- 格式化代码:shift+command+f
- 抽取本地变量:option+command+L (win:control+1)
- 查看继承关系:command+t
- 快速找到类:shift+command+t
posts
Mac Eclipse 常用快捷键汇总
寻找类:shift+command+t 删除当前行:command+d 上移当前行代码:option+↑ 下移当前行代码:option+↓ 复制当前行至下一行:option+command+↓ 复制当前行至上一行:option+command+↑ 格式化代码:shift+command+f 抽取本地