Eclipse Flashcards
1
Q
jump to line x
A
ctrl + L
2
Q
in debugger console, print value of variable/member/…
A
p “variable/member/…”
3
Q
Open Call Hierarchy
A
Ctrl + Alt + H
4
Q
Search for File/Class
A
ctrl + Alt + R
5
Q
Search for string in workspace
A
Ctrl + h
6
Q
open type hierarchy
A
right click -> open type hierarchy
or ctrl + alt + h
7
Q
show complete info about class
A
in debug console: p “classname”
8
Q
switch tab
A
ctrl + page up/down
9
Q
comment out line in c++
A
shift + ctrl + c
10
Q
extract function
A
Shift + Alt + M
11
Q
Add existing git/svn directory to Eclipse Project explorer
A
- right click project explorer
- new folder
- Advanced
- Link to alternate location
- select folder
12
Q
how does one run decrypt_all?
A
from Eclipse, external tool configs in task bar