The Eclipse IDE allows you to move from a method call to a method definition ("F3", I think).
Also, I donβt think there is a way to set up βspecialβ navigation. Keep in mind if you need something like this, this is strong evidence that your methods are too great. Restore them.
A thought outside the window, if you were to feed your code with a beautiful printer with html code, you could embed HTML hyperlinks and HTML anchors in comments (javadoc or normal). A little luck, they will be available for viewing when viewing the HTML source code in a web browser.
Of course, Eclipse can follow javadoc "links". Obviously, standard tags cannot refer to depth inside a method, but I think you could write an Eclipse plugin that supports non-standard javadoc tags for binding to inline anchors and their navigation.
Stephen c
source share