Problems with Xcode Syntax Highlighting

后端 未结 2 1062
一生所求
一生所求 2021-01-22 00:03

In Xcode 3.2.1 I have this problem where it stops highlighting Objects in purple, and such. For example:

In that example, NSAutoreleasePool, pool, img, size, w

2条回答
  •  滥情空心
    2021-01-22 00:33

    Xcode is often glitchy for me in similar ways. Restarting xcode often clears up the issue. Also, sometimes a missing semi-colon or curly brace will keep codeSense and highlighting from working as you want it to. Try Opt-B (build) to see if you have any errors that could be causing this.

提交回复
热议问题