Re: How do you found your way around in the ref docs?
Re: How do you found your way around in the ref docs?
- Subject: Re: How do you found your way around in the ref docs?
- From: "Frank Bettger" <email@hidden>
- Date: Sat, 25 Aug 2007 20:41:33 +0200
Tkanks Luc,
I was not aware of Xcode completion since I've used TextMate. It's nice and
useful! However when I tried with my example, se below it just said no
completions found
NSTextField *text1;
NSString *inString;
inString=[text1 stringV
On 8/25/07, Luc Vandal <email@hidden> wrote:
>
> When in doubt, I try to type in some method name so that auto-
> complete can suggest me methods accessible for the object I'm using.
> So by typing "[yourinstancename str" in your code and then hitting
> ESC (when "str" gets underlined this means auto-complete has
> suggestions available) a menu appear where you can search the method
> in there. You just have to guess what would be the function name...
>
> Luc
>
>
>
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden