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.
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.