Jetbrains Flashcards
Open corresponding tool window
CMD+0..9
Toggle maximizing editor
CMD+SHIFT+F12
Toggle maximizing tool window
CMD+SHIFT+\
Inspect current file with current profile
ALT+SHIFT+I
Open Settings dialog
CMD+,
Open project structure dialog
CMD+;
Find action
CMD+SHIFT+A
Close Project
Ctrl+Option+F2
Open file in Light Edit Mode
idea -e filename
Step over
F8
Step into
F7
Smart step into
SHIFT+F8
Step out
SHIFT+F7
Run to cursor
ALT+F9
Evaluate expression
ALT+F8
Resume program
CMD+ALT+R
Toggle breakpoint
CMD+F8
View breakpoint
CMD+SHIFT+F8
Search everywhere
Double SHIFT
Replace
CMD+R
Find in path
CMD+SHIFT+F
Replace in path
CMD+SHIFT+R
Select next occurrence
^G
Basic code completion
CTRL+Space
Smart code completion
CTRL+SHIFT+Space
Complete statement
CMD+SHIFT+Enter
Parameter info
CMD+P
Quick documentation lookup
CTRL+J
External Doc
SHIFT+F1
Brief Info
CMD+Mouse
Show descriptions of error at caret
CMD+F1
Generate code…
CMD+N CTRL+Enter
Override methods
CTRL+O
Implement methods
CTRL+I
Surround with…
CMD+ALT+T
uncomment with line comment
CMD+/
uncomment with block comment
CMD+ALT+/
Extend selection
ALT+Page Up
Shrink selection
ALT+Page Down
Context info
ALT+SHIFT+Q
Show intention actions and quick- xes
ALT+Click
Reformat code
ALT+Enter
Optimize imports
CTRL+ALT+O
Auto-indent line(s)
CTRL+ALT+I
Paste from recent buffers
CMD+SHIFT+V
Duplicate current line
CMD+D
Delete line at caret
CMD+Return
Smart line join
CTRL+SHIFT+J
Smart line split
CMD+Enter
Start new line
SHIFT+Enter
Toggle case for word at caret or selected block
CMD+SHIFT+U
Select till code block end
CMD+SHIFT+]
Select till code block start
CMD+SHIFT+[
Delete to word end
ALT+Return
Delete to word start
ALT+Return
Expand code block
CMD++
Collapse code block
CMD+-
Expand all
CMD+SHIFT++
Collapse all
CMD+SHIFT+-
Copy
F5
Move
F6
Safe delete
CMD+Delete
Rename
SHIFT+F6
Refactor this
CTRL+T
Change signature
CMD+F6
Inline
CMD+ALT+N
Extract method
CMD+ALT+M
Extract variable
CMD+ALT+V
Extract field
CMD+ALT+F
Extract constant
CMD+ALT+C
Extract parameter
CMD+ALT+P
Go to class
CMD+O
Go to file
CMD+SHIFT+O
Go to symbol
CMD+ALT+O
Go to next
CTRL+Arrow Left
Go back to previous tool window
F12
Go to line
CMD+L
Recent files popup
CMD+E