When I click on a variable, object, etc. in eclipse and select "Contexts → Project" from the context menu, I am given a list of methods that reference this object. However, if a function has more than one reference, the result is displayed as:
functionName(signature) (x matches)
Double-clicking on the result leads me to the first match, and there seems to be no way to find the remaining matches. What am I doing wrong?
source share