简体   繁体   English

Xcode中的代码含义是什么?

[英]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? 我是Xcode的新手,有以下查询:Xcode中的Code Sense是什么,如何在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. 如果我错了,请纠正我,但是项目导航器中显示的M和A框与代码含义有关。

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和A并非出于代码意义,它们是文件的状态,因为XCode还会为您的项目维护本地GIT存储库。 M is for Modified and A is for Added. M用于修改,A用于添加。

You can create a local GIT repo with XCode when you create your project - 创建项目时,可以使用XCode创建本地GIT存储库-

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM