• 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
Xcode code sense
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Xcode code sense


  • Subject: Xcode code sense
  • From: Kris Matthews <email@hidden>
  • Date: Tue, 22 Apr 2008 18:20:57 -0500

I have Xcode code sense turned on. Now suppose I have:

NSString * goo = [[NSString alloc] initWithContentsOfURL:url encoding: NSUTF8StringEncoding error: NULL];


If I type "[goo wri", the editor suggests

[goo writeToURL:<#(NSURL *)url#> atomically:<#(BOOL)useAuxiliaryFile#> encoding:<#(NSStringEncoding)enc#> error:<#(NSError * *)error#>


I hit tab to accept and type the name of the first parameter. But, for the remaining parameters I have to manually select and replace the template code from <# to #>. It feels to me like I should be able to hit tab after the first parameter and it would magically select "<#(BOOL)useAuxiliaryFile#> " for me to type over with my parameter.


Any thoughts?

Also: it seems to me that code sense is kind of buggy. If I turn on Automatically Suggest "With Delay" of 0.50, it just plain doesn't work sometimes. Or is there some fix for that?

Thanks,
Kris




_______________________________________________ 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
  • Follow-Ups:
    • Re: Xcode code sense
      • From: j o a r <email@hidden>
  • Prev by Date: Re: thin linking: "file is not of required architecture"
  • Next by Date: Re: Xcode code sense
  • Previous by thread: Re: Setting up Subversion repositories in XCode 3.0
  • Next by thread: Re: Xcode code sense
  • Index(es):
    • Date
    • Thread