介绍
- Xcode 16 增加了
Predictive Code Completion Model
的 Components,该模型主要用于代码预测与补齐。 - Xcode 16 的核心功能为
Predictive Code Completion
(预测性代码补齐),但要求 Apple Silicon + 16GB 及以上内存 + macOS 15 及以上。
测试环境
- 硬件:MacBook Pro + Apple M3 Pro + 36GB。
- 软件:macOS 15.0 + Xcode 16。
开启步骤
- 参考 GitHub 的开源项目
XcodeLLMEligible
。 - 使用 XcodeLLMEligible 项目提供的
方案二 override 文件
,即打开终端执行以下命令,然后等待完成。curl -L https://raw.githubusercontent.com/Kyle-Ye/XcodeLLMEligible/release/0.2/scripts/override.sh | bash -s -- install override xcodellm
- 打开 Xcode 菜单 —> Xcode —> Settings... —> Text Editing —> Editing —> 勾选 Predictive code completion。
- 下载
Predictive Code Completion Model
,大小为 2.18 GB。 - 重启 Xcode。
测试效果
- Model。
- UIKit。
- SwiftUI。