Shortcuts Flashcards
Toggle case
control shift U
Duplicate line or block
control D
show intentions (things pycharm can do to help you fix an issue)
alt enter
reformat code in file
control alt L
add multiple carets
alt left mouse click (escape to remove them)
fold all code
control shift plus
unfold all code
control shift minus
extract method (or function)
control alt m
delete entire line
control Y (opposite of emacs)
find next instance of word at caret
control F3
find next instance of word at caret after doing control F3
F3
find previous instance of word at caret after doing control F3
shift F3
get quick documentation
control Q
completion options
control space
go to class
control N
toggle commenting out block
control /
Show descriptions of error or warning at caret
control F1
go to line
control G
Go to next/previous editor tab
alt right/left arrow
Smart line split
control enter
Find in path
control shift F
replace
control R
Close active window
Shift escape
Column Selection
Alt and drag mouse