Reputation: 4807
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
Reputation: 11
If you type:
self.
and press Esc, you will see the list of all members.
Upvotes: 1
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