Re: Code Completion on Tab Only
Re: Code Completion on Tab Only
- Subject: Re: Code Completion on Tab Only
- From: James Bucanek <email@hidden>
- Date: Mon, 18 Dec 2006 10:28:57 -0700
Mark McGranaghan wrote on Sunday, December 17, 2006:
>Hey everyone. I am having a problem with code completion - Xcode is
>a little to anxious to automatically complete words for me.
<clip>
>My Code Sense preferences are as follows:
>Indexing:
<clip>
>Automatically Suggest: Always
>Suggestion delay: 0.0 seconds
This is your problem. I'd suggest you set the suggestion delay to something reasonable (like 0.5) and the Automatically Suggest setting to On member call/access. Now Xcode won't automatically start a suggestion until you begin typing a token. With the settings you have, code completion is invoked instantly whenever it possibly can.
The code completion mode it normally toggled by the Esc key. I wouldn't trying changing the binding to the Tab key, unless you just don't like using tabs.
James Bucanek
____________________________________________________________________
Author of Beginning Xcode ISBN: 047175479X
<http://www.beginningxcode.com/>
_______________________________________________
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