Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 532 Bytes

File metadata and controls

17 lines (15 loc) · 532 Bytes

IntelliJ tips

Shortcuts

  • Alt + J - Select next identifier
  • Alt + F1 + 1 - Select file in Project view
  • Ctrl + Alt + Shift + J - Select all identifiers
  • Alt + 1 - Toggle project visibility
  • Ctrl + B - Go to definition
  • Shift + F10 - Run app
  • Shift + Shift - Select Anything
  • Ctrl + Alt + L - Reformat code
  • Ctrl + Alt + O - Organize imports
  • Ctrl + Q - Quick info
  • Ctrl + Alt + G - Add carets at the end of selection
  • Ctrl + D - Duplicate line
  • Ctrl + Shift + Down - Move statement down