Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.51 KB

SHORTCUTS.md

File metadata and controls

49 lines (43 loc) · 1.51 KB

Keyboard shortcuts

Jedi Padawan

  1. Open Class Ctrl+N
  2. Open file Ctrl+Shift+N
  3. Move a line Alt+Shift+Up/Down
  4. Copy whole line Ctrl+C
  5. Cut whole line Ctrl+X
  6. Duplicate line Ctrl+D
  7. Delete line Ctrl+Y
  8. Last edit location Ctrl+Shift+Backspace
  9. Next/Previous search occurrences Ctrl+Alt+Up/Down
  10. Extend/Shrink selection Ctrl+W, Ctrl+Shift+W
  11. Go to line Ctrl+G
  12. Go to test (and back) Ctrl+Shift+T

Jedi Knight

  1. Move a statement Ctrl+Shift+Up/Down
  2. Refactor > Extract variable Ctrl+Alt+V
  3. Refactor > Extract method Ctrl+Alt+M
  4. Refactor > Extract field Ctrl+Alt+F
  5. Refactor > Extract constant Ctrl+Alt+C
  6. Refactor menu Ctrl+Alt+Shift+T
  7. Multi clipboard Ctrl+Shift+V
  8. Launch config Ctrl+Shift+F10 (= run), Ctrl+Shift+F9 (= edit)
  9. Run last config Ctrl+F5
  10. Recently files Ctrl+E
  11. Recently edited files Ctrl+Shift+E
  12. Next error/warning F2
  13. Column selection Alt+Shift+Insert
  14. Back to the Editor Esc
  15. Join lines Ctrl+Shift+J
  16. Git > Commit Ctrl+K
  17. Git > Update Ctrl+T
  18. Git > Push Ctrl+Shift+K
  19. Bookmarks > Add F11
  20. Bookmarks > Show all Shift+F11

Jedi Master

  1. Move a parameter left/right Ctrl+Shift+Left/Right
  2. Call Hierarchy (+ Prod/Test Scopes) Ctrl+Alt+b
  3. Navigate symbol Ctrl+Shift+Alt+N
  4. Multi-cursor selection Alt+J, Alt+Shift+J, Ctrl+Alt+Shift+J, Ctrl+Ctrl+Up/Down
  5. Hippie Completion Alt+/, Alt+Shift+/
  6. Inline view Ctrl+Shift+I
  7. Minimise all tool windows Ctrl+Shift+F12