Mac Eclipse 常用快捷键汇总

  1. 寻找类:shift+command+t
  2. 删除当前行:command+d
  3. 上移当前行代码:option+↑
  4. 下移当前行代码:option+↓
  5. 复制当前行至下一行:option+command+↓
  6. 复制当前行至上一行:option+command+↑
  7. 格式化代码:shift+command+f
  8. 抽取本地变量:option+command+L (win:control+1)
  9. 查看继承关系:command+t
  10. 快速找到类:shift+command+t
原文地址:https://www.cnblogs.com/chenyanbin/p/12902630.html