tags:

views:

159

answers:

2

When Xcode autocompletes an method for me, it gives me blue blocks for parameters. I always go into the first, but then I click into all next ones rather than fast going there by keyboard commands. I guess that there are some good ones to know.

+10  A: 

The default is Command-/, but you can customize that in the key bindings section of XCode's settings window.

Marc W
+2  A: 

In Xcode 3.2 (Snow Leopard), you can also use the Tab key to navigate between parameters. Personally, I find this more intuitive than Command-/.

Steve Harrison
This works in Xcode 3.2 (Snow Leopard), but not before that.
BJ Homer
@BJ Homer: Ah, I see. Thanks for that!
Steve Harrison
Updated answer to reflect this information.
Steve Harrison