Skip to content

Latest commit

 

History

History
64 lines (55 loc) · 4.93 KB

outline.md

File metadata and controls

64 lines (55 loc) · 4.93 KB
  • Windowsctrl+c, ctrl+v
  • Keep your hands on your keyboard
  • How to look up any actions' shortcut Windowsctrl+shift+a, double shift
  • IntelliJ's Productivity Guide
  • Indenting, formatting with Windowstab, shift+tab
  • Auto-indent with Windowsctrl+alt+l
  • Undo, Redo Windowsctrl+z and Windowsctrl+shift+z
  • Word-skipping Windowsctrl+arrows
  • Begin/End of Line Windowshome, end
  • Begin/End of File Windowsctrl+home, ctrl+end
  • CamelHumps (+ how to toggle)
  • Jumping methods Windowsalt+up/down
  • Jump to "error" WindowsF2
  • Jump into Windows ctrl (+alt) + b
  • History and its importance Windowsctrl+alt+left/right
  • Jump to last edit position Windowsctrl+shift+backspace
  • Show in Project Windowsalt+F1
  • More navigational goodness: code hierarchy transversal
  • Jump to line Windowsctrl+g (example with paste from stacktrace)
  • Navigate to method Windowsctrl+F12
  • Move + Select Windowsctrl+shift+arrows
  • Expand Selection Windowsctrl+w
  • Using Selection to help Navigation (e.g. Fluent API)
  • Wrapping (IntelliJ feature)
  • Duplicate line Windowsctrl+d
  • Yank Windowsctrl+y
  • Moving lines with and without constraints Windowsctrl+shift+up/down vs. Windowsalt+shift+up/down
  • Start new line Windowsshift+enter
  • Join lines Windowsctrl+shift+j
  • Opening/Closing (Toggling) Windowsalt+number Windowsctrl+F4
  • Switching tabs Windowsalt+left/right
  • Navigation from Embedded Windows Windowsctrl+enter vs. WindowsF4
  • Why resizing is for dummies Windowsctrl+shift+F12
  • IntelliJ's Auto-correct Windowsctrl+shift+enter
  • Autocomplete Windowsctrl+space vs. Windowsctrl+shift+space
  • QuickFix (:bulb:) Windowsalt+enter
  • Creating stuff Windowsalt+insert
  • Deleting stuff Windowsalt+delete
  • View JavaDoc Windowsctrl+q
  • View parameters Windowsctrl+p
  • Find word and add to buffer Windowsctrl+F3
  • Find next/previous occurrence from buffer WindowsF3 / shift +F3
  • Toggle Column Mode Windowsalt+shift+insert
  • Windowsalt+j, Windowsalt+shift+j and Windowsctrl+alt+shift+j
  • Various use cases