Cheatography
https://cheatography.com
Jetbrains GoLand Helpful shortcuts, omitting the obvious ones
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Reviewing and Debugging
Ctrl-Shift-i |
Inspect Code |
Step Into |
F7 |
Step Over |
F8 |
Step Out |
Shift+F8 |
Resume Program |
F9 |
Toggle Breakpoint |
ctrl+F8 |
Temporary Breakpoint |
ctrl-alt-shift-F8 |
Run Current Context |
ctrl+shift+F10 |
Version Control
VCS Menu |
alt+` |
Git Tool Window |
alt+9 |
Commit |
ctrl+k |
Rollback |
ctrl+alt+z |
|
|
Navigating the IDE
Switcher- New file or tool window |
ctrl+tab (hold ctrl) |
Move Within Tab |
alt+/ |
Move Between Tabs |
alt+]/[ |
Project Window |
alt+1 |
New File |
alt+1 -> alt + insert |
|
|
Navigating your Code
Collapse/expand all |
ctrl+shift+ +/- |
|