Re: How do I move through argument lists in Code Sense?
Re: How do I move through argument lists in Code Sense?
- Subject: Re: How do I move through argument lists in Code Sense?
- From: Andrew Pontious <email@hidden>
- Date: Mon, 14 Jan 2008 09:47:01 -0800
On Jan 11, 2008, at 6:38 AM, Michael A. Crawford wrote:
When I get a match for the function I want I hit tab, which moves me
to the first argument. I fill in that argument but then have to
manually move the cursor to the next argument field. This next
field is not highlighted/selected as the previous one was so I have
to delete and type over the field marker. How do I get Code Sense
to move though all the arguments of a function automatically as I
type?
Automatically? We don't current support that. File an enhancement bug.
But in Xcode 3.0 (and I believe Xcode 2.*), to get to the next
argument field, if you're using the Xcode Default key binding set (see
Xcode Preferences -> Key Bindings) press Control-/. To move to a
previous argument field, press Shift-Control-/.
The menu item for this is called Select Next Placeholder and in Xcode
3.0 it's under the Edit menu.
Any argument indicated in your code by the <# #> text pattern can be
moved to in this fashion.
-- Andrew
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden