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.
views:
159answers:
2
+10
A:
The default is Command-/, but you can customize that in the key bindings section of XCode's settings window.
Marc W
2009-05-12 18:14:26
+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
2009-10-01 04:32:49
This works in Xcode 3.2 (Snow Leopard), but not before that.
BJ Homer
2009-10-01 05:04:46
@BJ Homer: Ah, I see. Thanks for that!
Steve Harrison
2009-10-01 23:44:22
Updated answer to reflect this information.
Steve Harrison
2009-10-01 23:45:33