Reputation: 63710
I'm used to Visual C++ which makes it very clear in an #ifdef
block if the block is going to be compiled or not.
Does Xcode (3) do this too, I couldn't see how?
Upvotes: 3
Views: 288
Reputation: 27506
Have a look at the following screenshot.
As you can see, Xcode 4 does not apply syntax coloring in the parts that will not be compiled.
Upvotes: 3