views:

195

answers:

2

I recently upgraded my machine from Leopard to Snow Leopard. Also I installed the latest Xcode 3.2.1 for Snow Leopard.

Currently I am not getting code completion for built-in macros. For example 'if' followed by ESC gives completion list with #IF and ifstream. However I can insert it from menu Edit>Insert Text macro>C>If Block.

Any help?

Thanks in advance.

+1  A: 
cdespinosa
Yes. It is a C file. But I found the the real problem and answering it. Thanks for the reply.
shakthi
A: 

Finally I found the solution for it. Deleting the "/Users/name/Library/Application Support/Developer/Shared" made it work perfectly.

Actually, while working with the previous versions of Xcode, I tried adding custom completion macros to "Shared/Xcode/Specifications". But the xcode 3.2.1 appeared to be messed with custom and default specification and failed to display the completions.

shakthi