In the Xcode editor, how do you set it up to see the structure variable list as you type the structure name and then the “.” ??
In Visual C++ I can see the variable list after I hit the “.” to any structure.
Thank you.
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.
I believe you’re talking about CodeSense. To get that window to pop up, all you need to do is hit the escape key. When you do this in the context of an object reference, you’ll see all of the available fields/methods for that object.