The title pretty much sums it up, normally in an IDE like Eclipse or Intellij, you can highlight/right-click on a method and click on option like “Find Usages”, but I don’t see an equivalent option in Xcode.
Share
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.
EDIT: after reading your question again, I think you are looking for these answers:
Find method references in Xcode
The answer by Francisco Garcia shows advanced search options that you can find by clicking the little magnifying glass in the search tab.
You can check for symbol references; this would list all the calls you have to a method.
———– old answer ————
If you hold down option and click on something, you can see some helpful hints and a link to documentation.
If you click on something that you have defined, it is helpful enought to link you to the file you declared it in.