JetBrains IDE shortcuts for effective code navigation
Ctrl + Shift + Backspace
: Go back to the previous edited positionCtrl + Shift + E
: Display recent code positionsCtrl + B
: Go to declarationCtrl + F12
: Show current file structureF2
: Go to next error (Reversible with added Shift)Alt + J
: Go to next occurrence of word under cursor (Reversible with added Shift)Alt + Enter
: Context ActionCtrl+Shift+F11
: BookmarksCtrl+Shift+I
: Code preview over caret