Re: Code Completion
Re: Code Completion
- Subject: Re: Code Completion
- From: Gerard Iglesias <email@hidden>
- Date: Fri, 7 Mar 2003 13:56:14 +0100
On Thursday, March 6, 2003, at 11:48 PM, Chris Hanson wrote:
At 11:10 AM -0600 3/6/03, Chris Hanson wrote:
What should code completion do in this case? My insertion point is
at the underscore (_):
- (void)foo:(id)argument
{
id x = [foo _
I meant, of course:
- (void)foo:(id)argument
{
id x = [argument _
It is the occasion to point out that PBX show already the capability to
know what class implement what message : when you command-double click
on a symbol you get a list of the candidate implementation. In general
the list is not so big, when the list is to big the Find panel is
launched to get the list of the full candidate list.
This is this system that PBXtra is using.
Cheers
Gerard
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.