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 ?
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 ?
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