Xcode 7 和 Swift 2.0 折射可能吗?

Xcode 7 and Swift 2.0 Refractoring possible?

我计划在不久的将来将我的代码升级到 swift 2.0 并使用 Xcode 7。目前,我的应用程序仍然依赖于一些尚不支持 Swift2.0 的框架。

Xcode 7 是否可以实现折射,或者它会成为可能吗?

目前 (Xcode 6.4) 它仅适用于 Obj-C。如果Xcode7没有计划我还不如自己在当前版本做。

从测试版 3 开始: "Xcode can only refactor C and Objective-C code."

从XCode9开始,Swift重构是可能的。在 WWDC 2017 上宣布。

Refactoring. Refactoring built right into the editing experience and works across Swift, Objective-C, Interface Builder, and many other file types.

更多参考this