views:

218

answers:

1

I've always seem to work around this lack of knowledge but I thought I would ask the community. I hope this question will make sense.

In XCode, when I call a function that has several parameter the intellisense pops up. When I hit TAB the first time, it takes me directly to the first parameter. How do I get to the next parameter easily. If I hit TAB again, it puts an actual TAB in the line. For the last month I've been using arrow keys but I figured there must be a keyboard shortcut.

+2  A: 

There is an array shortcut for this; I believe it is ^/ by default, but it's configurable (in Preferences > Key Bindings > Edit > Select Next Placeholder) so I might have changed it at some point.

Williham Totland

related questions