Cody C
Cody C

Reputation: 4807

XCode Intellisense Question

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.

Upvotes: 1

Views: 2195

Answers (2)

Slash
Slash

Reputation: 11

If you type:

self.

and press Esc, you will see the list of all members.

Upvotes: 1

Williham Totland
Williham Totland

Reputation: 29009

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.

Upvotes: 2

Related Questions