Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 4.75 KB

outline.md

File metadata and controls

63 lines (54 loc) · 4.75 KB
  • Mac⌘+c, ⌘+v
  • Keep your hands on your keyboard
  • How to look up any actions' shortcut Mac ⌘+shift+a, double shift
  • IntelliJ's Productivity Guide
  • Indenting, formatting with Mactab, Mac⌃ + ⌥ + l
  • Auto-indent with Mac ⌃ + ⌥ + l
  • Undo, Redo Windowsctrl+z
  • Word-skipping Mac + arrows
  • Begin/End of Line Mac + /
  • CamelHumps (+ how to toggle)
  • Jumping methods Mac + Shift + /
  • Jump to "error" MacF2
  • Jump into Mac ( + ) + b
  • History and its importance Mac + + /
  • Jump to last edit position Mac + shift + backspace
  • Show in Project Mac + F1
  • More navigational goodness: code hierarchy transversal
  • Jump to line Mac + l (example with paste from stacktrace)
  • Navigate to method Mac + F12
  • Move + Select MacMac, shift + arrows
  • Expand Selection Mac +
  • Using Selection to help Navigation (e.g. Fluent API)
  • Wrapping (IntelliJ feature)
  • Duplicate line Macctrl+d
  • Yank Mac + backspace
  • Moving lines with and without constraints Mac + shift + / vs. Macshift + + /
  • Start new line Macshift + enter
  • Join lines Mac + shift + j
  • Opening/Closing (Toggling) Mac
  • Switching tabs Mac + shift + [/]
  • Navigation from Embedded Windows Mac + enter vs. Mac +
  • Why resizing is for dummies Macshift + + F12
  • IntelliJ's Auto-correct Mac + + ↵︎
  • Autocomplete Mac + Space vs. Mac + Shift + Space
  • QuickFix (:bulb:) Mac + enter
  • Creating stuff Mac + N
  • Deleting stuff MacShift + Delete
  • View JavaDoc MacF1
  • View parameters Mac + P
  • Find word and add to buffer Mac + G
  • Find next/previous occurrence from buffer Mac kbd>⌘ + G / kbd>⌘ + shift + G
  • Toggle Column Mode Mac + shift + 8
  • Mac + g, Mac + shift + g and Mac + + g
  • Various use cases