| Author |
Eclipse: How to open the implementation method, not the interface declaration!!!
|
Andres Gonzalez
Ranch Hand
Joined: Nov 27, 2001
Posts: 1561
|
|
If you use the f3 key or ctrl+click over a class/method in eclipse, it opens the corresponding class/method. However, it is very annoying when you click on a method but it opens the interface declaration, when what you really want to open is its implementation (to see how it is implemented, not to see how it's declared). Doing that I have to press f4 to view the hierarchy and choose my *impl.java class. so, is there any option to find-> method implementation?
|
I'm not going to be a Rock Star. I'm going to be a LEGEND! --Freddie Mercury
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
http://eclipse-tools.sourceforge.net/implementors/ Doesn't seem to work with the current 3.0 stream, though.
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
 |
|
|
subject: Eclipse: How to open the implementation method, not the interface declaration!!!
|
|
|