Sample Pdf1
Sample Pdf1
navigation/search execution
shift + alt + x (wait then
go to definition F3 run test
press t)
goto last edit location ctrl + q debug resume F8
find references ctrl + shift + g debug step into F5
show in... shift + alt + w debug step over F6
move back/forward alt + left arrow / right arrow run last launched ctrl + F11
open type ctrl + shift + t debug last launched F11
remove all
goto resource (e.g. file) ctrl + shift + r alt + r + v
breakpoints
find next ctrl + k
find previous ctrl + shift + k other
find ctrl + f click lightbulb ctrl + 1
goto method ctrl + o
goto line... ctrl + l
open call hierarchy ctrl + alt + h
external javadoc shift + F2
switch editor ctrl + e
editing
inline shift + alt + i
extract method shift + alt + m
extract variable shift + alt + l
convert variable to
shift + alt + f
field
extract constant alt + t + a
save all ctrl + shift + s
introduce parameter alt + t + p
rename shift + alt + r
esc + ctrl f (win: shift + ctrl
format code
f)
comment line/block ctrl + /
redo ctrl + y
organise imports ctrl + shift + o
add import ctrl + shift + m
add comment ctrl + shift + j
autocomplete ctrl + space