show/hide this revision's text 2 Added heading for second hint, as it's useful, and too easy to miss

Code completion etc.

Press Tab to accept the current completion.

Sometimes the first completion Xcode presents is not the one you want. If you press Escape, Xcode presents a pop-up list from which you can select from all the available completions.

Next Argument

When you're editing a method with multiple arguments, press Control-/ to advance from one argument to the next.

    Post Made Community Wiki by Community
show/hide this revision's text 1

Code completion etc.

Press Tab to accept the current completion.

Sometimes the first completion Xcode presents is not the one you want. If you press Escape, Xcode presents a pop-up list from which you can select from all the available completions.

When you're editing a method with multiple arguments, press Control-/ to advance from one argument to the next.