Guest User

Untitled

a guest
Feb 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. # Useful IntelliJ IDEA keyboard shortcuts
  2.  
  3. The following shortucts are highly recommended to learn, as they speed up your development process dramatically.
  4.  
  5. ## Views
  6.  
  7. | Command | Action |
  8. | --- | --- |
  9. | `cmd + 1` | Project View |
  10. | `cmd + 4` | Run View |
  11. | `cmd + 5` | Debug View |
  12. | `cmd + 6` | TODO View |
  13. | `cmd + 9` | VCS (Git) View |
  14. | `esc` | Return to editor |
  15.  
  16. ## Editing
  17.  
  18. | Command | Action |
  19. | --- | --- |
  20. | `cmd + d` | Duplicate line |
  21. | `cmd + shift + up/down` | Move line |
  22. | `cmd + shift + up/down` | Move line |
  23. | `shift + fn + f6` | Refactor... |
  24.  
  25.  
  26. ## Navigation
  27.  
  28. | Command | Action |
  29. | --- | --- |
  30. | `cmd + o` | Go to class... |
  31. | `cmd + shift + o` | Go to file... |
  32. | `ctrl + j` | Quick documentation... |
  33. | `cmd + p` | Parameter list... |
  34. | `cmd + b` | Go to implementation/usage... |
  35.  
  36. ## VCS
  37.  
  38. | Command | Action |
  39. | --- | --- |
  40. | `cmd + k` | Review and commit changes |
  41. | `cmd + shift + k` | Review and push changes |
  42. | `cmd + 5` | Debug View |
  43. | `cmd + 6` | TODO View |
  44. | `cmd + 9` | VCS (Git) View |
  45.  
  46. ## Run & debug
  47.  
  48. | Command | Action |
  49. | --- | --- |
  50. | `cmd + alt + r` | Run/debug |
  51.  
  52. ## Recommended shortcuts to set up
  53.  
  54. | Command | Action |
  55. | --- | --- |
  56. | `cmd + shift + c` | Git branches |
  57. | `cmd + shift + p` | Pull changes |
Add Comment
Please, Sign In to add comment