Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have been using Xcode 4 for 2 weeks and I noticed that I don't get code completion macros for if-else and switch statements.

Like this article describes: http://macdevelopertips.com/xcode/xcode-code-completion-macros.html

I had it working in the beginning, but it suddenly stopped.

share|improve this question
1  
Irina, why not accept Joshua's answer. It will give you and Joshua rep. points, and mark the answer as closed. – Andrew Jun 28 '12 at 21:24

1 Answer

Have you tried deleting the project's derived data (which contains the project index used by Code Sense)?

To do so, open the organizer (Window -> Organizer), then the Projects tab. Select your project then hit the delete button next to the derived data path (to the right). Confirm and let it re-index your project.

share|improve this answer
1  
not OP, but worked for me. Thanks much! was driving me crazy – Jeremy Massel Jul 20 '11 at 17:52
Xcode 4 definitely had some buggy indexing issues. I just upgraded from 4.0.3 to the current version of Xcode (4.2 as of this writing), and my autocomplete problems went away. – clozach Oct 13 '11 at 22:35
First thing Xcode 4.2 did when I opened a project was re-index the whole thing. (((hopes))) – Joshua Nozzi Oct 13 '11 at 23:03
deleting the project's derived data worked for me, thanks – codesburner Apr 4 '12 at 10:07
1  
It also worked for me. I am using xCode 4.3. Thanks! – shoktong29 Jun 29 '12 at 4:53
show 4 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.