Code following
Submitted by Tuesday, 11 January, 2005 - 05:55
on
Is there a way to "goto" a selected method. For instance in foo.java
Bar bar = new Bar();
bar.findThisOne();
is there a way while in foo.java to highlight "bar.findThisOne() and have that file opened and positioned on that method
Bar bar = new Bar();
bar.findThisOne();
is there a way while in foo.java to highlight "bar.findThisOne() and have that file opened and positioned on that method