Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Xcode 的新手并且有以下查询:Xcode 中的 Code Sense 是什么以及如何在 Xcode 4.5 中启用/禁用它?
如果我错了,请纠正我,但是项目导航器中显示的 M 和 A 框是否与代码意义有关。
M 和 A 不是为了代码意义,这些是您文件的状态,因为 XCode 还为您的项目维护一个本地 GIT 存储库。M 代表修改,A 代表添加。
您可以在创建项目时使用 XCode 创建本地 GIT 存储库 -