I know I can just grep it, but I was wondering if Eclipse has a built in feature where I can highlight a public class member and get a list of all the places where it is being used in the package.
TIA
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yep, right click on the member (I usually left click first and wait for Eclipse to highlight the member to make sure it knows what I want to search for) and choose
Open Call Hierarchyfor methods orReferences > Workspacefor fields.