nitz19arg
nitz19arg

Reputation: 427

What is Code Sense in Xcode?

I am new to Xcode and have following query: What is Code Sense in Xcode and how do I enable/disable in it in Xcode 4.5?

Please correct me if I am wrong, but are the M and A boxes shown in project navigator related to code sense.

Upvotes: 1

Views: 2476

Answers (1)

saadnib
saadnib

Reputation: 11145

M and A are not for code sense, these are the status of your file as XCode also maintain a local GIT repository for your project. M is for Modified and A is for Added.

You can create a local GIT repo with XCode when you create your project -

enter image description here

Upvotes: 3

Related Questions