I know about cmd-double-click, and use it all the time, it’s great. But is there an easy way to make Xcode simply tell me the type of a symbol in a popup or similar without having to jump away from my current position in code?
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.
option+click should get you there for standard documentation.
For user symbols, not sure. You could command+option+click to open the definition in an Assistant editor, in Xcode 4+.