• Errors ⌘0
  • Project ⌘1
  • Version Control ⌘9
  • Run ⌘4
  • Debug ⌘5
  • Terminal ⌥F12
  • Editor ⎋ = esc
  • Distraction free mode : ⌘⇧F12
  • Quick search action : ⇧⌘A
  • highlight usages of a symbol ⌘⇧F7
  • auto-complete ⌃Space
  • Duplicate a line ⌘D
  • Comment a line ⌘/
  • Delete a line ⌘⌫
  • statement completion ⇧⌘⏎
  • recent files ⌘E
  • navigate to class (Object) ⌘O (to file ⌘⇧O)
  • navigate within the structure of a file ⌘F12
  • search everywhere double ⇧
  • quick outline ⌥space = option space
  • show implementation ⌘⌥B (command option B)
  • Rename ⇧F6
  • Extract variable ⌥⌘V
  • Extract field ⌥⌘F
  • Extract a constant ⌥⌘C
  • Extract a method ⌥⌘M
  • Extract a parameter ⌥⌘P
  • Inline ⌥⌘N
  • Copy current file F5
  • Move F6
  • Refactor this ⌃T
  • find usages ⌥F7
  • Reformat code ⌥⌘L
  • Auto-indent lines ⌃⌥I
  • Optimize imports ⌃⌥O
  • navigate to versioning tools ctrl-V
  • Commit changes ⌘K
  • Update project ⌘T
  • Push commits ⇧⌘K
  • build project ⌘F9
  • Toggle breakpoint ⌘F8
  • Step into F7
  • Smart step into ⇧F7
  • Step over F8
  • Step out ⇧F8
  • Resume ⌥⌘R
  • Evaluate expression ⌥F8
  • sout is the keyword for System.out.println
  • iter is the foreach loop code template gen keyword

https://www.jetbrains.com/help/idea/eclipse.html