• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Xcode and Objective-C parameter completion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode and Objective-C parameter completion


  • Subject: Re: Xcode and Objective-C parameter completion
  • From: "Simon Raisin" <email@hidden>
  • Date: Thu, 23 Aug 2007 12:00:26 -0400

Sweet - thanks guys!!

On 8/23/07, Chris Espinosa <email@hidden> wrote:
On Aug 23, 2007, at 8:49 AM, Simon Raisin wrote:

Hi gang,

This one has been bugging me for a while now and I can't figure out the right key combination.

Let's say I'm in the editor and start typing a call to NSMutableArray's insertObject:: method:  

[myArray insertObject:<#(id)anObject#> atIndex:<#(NSUInteger)index#>

If I hit return enough times, "<#(id)anObject#>" becomes selected and I can easily fill in that parameter.

But how do I then get the next parameter, "<#(NSUInteger)index#>", to become selected?

Edit > Select Next Placeholder, shortcut is control-/ .

"Xcode enters the remaining text for you and optionally inserts placeholders for any necessary function or method arguments. To move between placeholders, use Control-/ and Shift–Control-/."

http://developer.apple.com/DOCUMENTATION/DeveloperTools/Conceptual/XcodeUserGuide/Contents/Resources/en.lproj/03_05_ed_code_completion/chapter_22_section_2.html

Chris

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (

 _______________________________________________
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

References: 
 >Xcode and Objective-C parameter completion (From: "Simon Raisin" <email@hidden>)
 >Re: Xcode and Objective-C parameter completion (From: Chris Espinosa <email@hidden>)

  • Prev by Date: Re: Xcode and Objective-C parameter completion
  • Next by Date: Re: Why frameworks not passed to ld as -framework argument ?
  • Previous by thread: Re: Xcode and Objective-C parameter completion
  • Next by thread: Re: Xcode and Objective-C parameter completion
  • Index(es):
    • Date
    • Thread