Xcode code sense
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