ContextViewer suggestion
Imagine the following scenario:
A.java:
public void fA() {
fB();
}
B.java:
public void fB() {
fC();
}
C.java:
public void fC() {
.....
}
I am in A.java, opening the context for fB. Now I want to open the context
for fC from within the Context Viewer panel, and as far as I know all I can
do now is to press Enter to open the file in the main editor and then use
Context Viewer again.
Amnon
请先登录再写评论。