Intellij Shortcuts

Following shortcuts are very useful in Windows.

  1. Build project : Ctrl + F9
  2. Find usage of method everywhere: Alt +F7
  3. Find usage of method in same file: Ctrl + Alt + F7
  4. Rename: Shift + F6
  5. Format code: Ctrl + Alt + L
  6. Invoke refactoring: Ctrl + Alt + Shift +T
  7. To open IDE settings dialog: Ctrl + Alt +S
  8. Toggle line breakpoint : Ctrl + F8
  9. Edit breakpoint properties: Ctrl + Shift + F8
  10. To resume debugger session: F9
  11. To restart a debugger session: Ctrl + F5
  12. To terminate a debugger session: Ctrl + F2
  13. Step over during debugging: F8
  14. Step into during debugging: F7
  15. Step out: F8
  16. Force step into: Alt + Shift + F7
  17. Force step over: Alt + Shift + F8
  18. Undo: Ctrl + Z
  19. Redo: Ctrl + Shift + Z