Re: Code Completion in XCode 4?
Re: Code Completion in XCode 4?
- Subject: Re: Code Completion in XCode 4?
- From: Chris Tracewell <email@hidden>
- Date: Thu, 28 Jul 2011 14:01:39 -0700
On Jul 28, 2011, at 1:28 PM, Thomas Davie wrote:
>
> On 28 Jul 2011, at 21:19, Chris Tracewell wrote:
>
>> In XCode 3.x when I would type a class name or method the code completion would do its thing and fill in with a suggestion, now it throws up a menu, this makes things very inneficient. This is because I use naming conventions for my custom classes and methods that lend themselves to the old way. For example my classes might be...
>>
>> TKOrder
>> TKOrderViewController
>> TKOrderPayment
>> TKOrderPaymentWindowController
>>
>> You get the idea, my methods are very similar. The old way Code Completion would let me type "TKO" for example and it might fill in any of the above but with a quick keystroke of Control-RightArrow I was at the next letter to type such as "P" and it would then have refined the suggestion to "TKOrderPayment" for example. So with very few keystrokes I could get where I wanted. In XCode 4 I have not found a way to replicate this behavior. Instead I either have to type the whole thing out or use the popup menu to get what I want which can be cumbersome.
>>
>> Is there any way to enable the older style of code completion?
>
> Type TKO, with a quick keystroke of tab, you're at the next letter to type such as "P" ;)
So it does - well that was easy.
Thanks Thomas
--Chris _______________________________________________
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