Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I jump from one placeholder to the next in Xcode autocompletion?

Tags:

xcode

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.

like image 654
Thanks Avatar asked May 12 '09 18:05

Thanks


2 Answers

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

like image 162
Marc W Avatar answered Nov 18 '22 01:11

Marc W


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-/.

like image 24
Steve Harrison Avatar answered Nov 17 '22 23:11

Steve Harrison