Re: Code Completion
Re: Code Completion
- Subject: Re: Code Completion
- From: Chris Hanson <email@hidden>
- Date: Thu, 6 Mar 2003 11:10:37 -0600
What should code completion do in this case? My insertion point is
at the underscore (_):
- (void)foo:(id)argument
{
id x = [foo _
It's a serious question.
Yes, code completion where all types are known *could* be nice, but
thanks to Objective-C's dynamic typing and the different development
techniques that this leads to, I see code completion getting in the
way and breaking my flow just as much as it helps. I fully see the
utility of code completion in statically-typed languages like C++ and
Java.
-- Chris
--
Chris Hanson, bDistributed.com, Inc. | Email: email@hidden
Custom Application Development | Phone: +1-847-372-3955
http://bdistributed.com/ | Fax: +1-847-589-3738
http://bdistributed.com/Articles/ | Personal Email: email@hidden
_______________________________________________
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.