Skip to content

Intellij IDEA

Reference

  • Command (or Cmd)
  • Shift
  • Option (or Alt)
  • Control (or Ctrl)

Shortcuts

  • Settings -> ⌘,
  • Find Action -> ⌘⇧a (Conflicts with MacOS shortcut, use Double⇧ to open the pop-up)
  • Toggle Project Menu -> ⌘1
  • Toggle Problems in current file -> ⌘6
  • Navigation Menu -> ⌘Up
  • Show Recent Files -> ⌘e
  • Search Symbols -> ⌘⌥o
  • Search Files -> ⌘⇧o
  • Refactor Menu -> ⌘t
  • Reformat Code -> ⌘⌥l
  • Reformat File (includes imports) -> ⌘⇧⌥l
  • Smart New line (before) -> ⌘⌥Enter
  • Smart New line (after) -> ⇧Enter
  • Select code -> ⌥Up
  • Move selected code -> ⌘⇧Up or ⌘⇧Down
  • Go to declaration/usage -> ⌘b
  • Breadcrumbs -> ⌘[ or ⌘]
  • Go to specific line -> ⌘l
  • Code insight -> ⌥Enter
  • Show Parameter Info -> ⌘p
  • Run code -> ^r
  • Replace text -> ⌘r
  • Run tests -> ^⇧r

Others

  • To disable tabs: Preferences -> Editor -> General -> Editor Tabs -> Tab Placement: None
  • Disable other toolbars: View -> Appearance
  • Change Terminal Shortcut: Find 'Terminal' in action -> ⌥Enter -> ⌘^t
  • Split Screen: Find 'Split Right' in action -> Enter
    • To switch between screens, use ⌥Tab
  • Local History: Find 'Local History' in action -> Enter