IntelliJ IDEA Reference Card Part 2 Flashcards
Resume program
(Debugging) F9
Toggle breakpoint
(Debugging) Ctrl + F8
View breakpoints
(Debugging) Ctrl + Shift + F8
Go to class
(Navigation) Ctrl + N
Go to file
(Navigation) Ctrl + Shift + N
Go to symbol
(Navigation) Ctrl + Alt + Shift + N
Go to next/previous editor tab
(Navigation) Alt + Right/Left
Go back to previous tool window
(Navigation) F12
Go to editor (from tool window)
(Navigation) Esc
Hide active or last active window
(Navigation) Shift + Esc
Close active run/messages/find/… tab
(Navigation) Ctrl + Shift + F4
Go to line
(Navigation) Ctrl + G
Recent files popup
(Navigation) Ctrl + E
Navigate back/forward
(Navigation) Ctrl + Alt + Left/Right
Navigate to last edit location
(Navigation) Ctrl + Shift + Backspace
Select current file or symbol in any view
(Navigation) Alt + F1
Go to declaration
(Navigation) Ctrl + B or Ctrl + Click
Go to implementation(s)
(Navigation) Ctrl + Alt + B
Open quick definition lookup
(Navigation) Ctrl + Shift + I
Go to type declaration
(Navigation) Ctrl + Shift + B
Go to super-method/super-class
(Navigation) Ctrl + U
Go to previous/next method
(Navigation) Alt + Up/Down
Move to code block end/start
(Navigation) Ctrl + ] / [
File structure popup
(Navigation) Ctrl + F12
Type hierarchy
(Navigation) Ctrl + H
Method hierarchy
(Navigation) Ctrl + Shift + H
Call hierarchy
(Navigation) Ctrl + Alt + H
Next/previous highlighted error
(Navigation) F2 / Shift + F2