vote up 0 vote down star
1

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.

flag

2 Answers

vote up 1 vote down

Text macro completions are context-sensitive. Are you sure you're in a C file, and that an if block is valid at the point you're typing in? You should be seeing something like this, even without pressing Esc: alt text

link|flag
Yes. It is a C file. But I found the the real problem and answering it. Thanks for the reply. – shakthi Nov 6 at 5:20
vote up 0 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

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