jump to line x
ctrl + L
in debugger console, print value of variable/member/…
p “variable/member/…”
Open Call Hierarchy
Ctrl + Alt + H
Search for File/Class
ctrl + shift + R
Search for string in workspace
Ctrl + h
open type hierarchy
right click -> open type hierarchy
show complete info about class
in debug console: p “classname”
switch tab
ctrl + page up/down
comment out line in c++
shift + ctrl + c
extract function
Shift + Alt + M
Add existing git/svn directory to Eclipse Project explorer
how does one run decrypt_all?
from Eclipse, external tool configs in task bar
build all
ctrl + b
run
shift + f11
show list of all shortcuts
shift + ctrl + l
backward history
alt + left