Just got XCode 4, noticed they removed the “Show In Documentation” option when you right-click. Is there a way to get this back? Couldn’t find it in preferences. Doesn’t seem like they’d take away something so useful.
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.
If you show the “Quick Help” Utilities view (cmd-opt-2) it will display information about the symbol where your cursor is; if it’s something in the documentation it will provide links to its declaration, its class/protocol/framework documentation, and other stuff. Here’s what it shows for NSString:
Option-clicking on a symbol provides the same information, plus the little “book” icon will link to the documentation: