Xcode what is the key to tab into the next auto suggested parameter block?
e.g. when typing a method the params are suggested automatically you press TAB to accept
but how to you move to the next param ?
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’re talking about the likes of an ‘if’ statement, then the key combination is control and slash
control + /
That will jump to the next pre-defined parameter for the method