Advertisements
Following shortcuts are very useful in Windows.
- Build project : Ctrl + F9
- Find usage of method everywhere: Alt +F7
- Find usage of method in same file: Ctrl + Alt + F7
- Rename: Shift + F6
- Format code: Ctrl + Alt + L
- Invoke refactoring: Ctrl + Alt + Shift +T
- To open IDE settings dialog: Ctrl + Alt +S
- Toggle line breakpoint : Ctrl + F8
- Edit breakpoint properties: Ctrl + Shift + F8
- To resume debugger session: F9
- To restart a debugger session: Ctrl + F5
- To terminate a debugger session: Ctrl + F2
- Step over during debugging: F8
- Step into during debugging: F7
- Step out: F8
- Force step into: Alt + Shift + F7
- Force step over: Alt + Shift + F8
- Undo: Ctrl + Z
- Redo: Ctrl + Shift + Z
