xCode complitions, spelling checkings stoped

Posted by SentineL on Stack Overflow See other posts from Stack Overflow or by SentineL
Published on 2012-06-09T04:20:36Z Indexed on 2012/06/09 4:40 UTC
Read the original article Hit count: 208

Filed under:
|

My xCode 4.3.2 stopped to show up spelling errors and completions for code. The only way to find out if there is any error in the code - build it. xCode colores only keywords such as if, else, for etc. All other code hasn't colored. Shown only a few very strange completions. For example:

CGPoint p;
p.y // complition is "YES"
p.x // complition is "xor"

Completions for methods calls are only nearaly used methods. How can I fix this? I rebooted my mac several times allready, and didn't find any staff obout this in xCode's preferences.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode