发布于 2015-12-11 00:27:40 | 143 次阅读 | 评论: 0 | 来源: 网友投递
AppCode Objective-C集成开发环境
AppCode 是一个全新的 Objective-C 的集成开发环境,用于帮助开发 Mac、iPone 和 iPad 的应用程序。被誉为“十大Mac和iOS应用开发工具”。
AppCode 3.3.2 更新发布,新增特性和改进如下:
“Surround with do/catch” and “Propagate call error with try” quick-fixes are available for throwing functions as well as parser improvements for constructions with rethrows keyword
Quick-fix added for splitting multiple variable declarations into separate ones
This update delivers one of the long-awaited debugger features - support for watches and expression evaluation.
Now you can view values of variables added to Watches tool window, evaluate Swift expressions using Evaluate expression… action (Alt+F8
) and benefit from code completion for both cases during debugging your Swift projects.
We added support for Apple TV platform which includes running and debugging tvOS apps on Apple TV simulators. Running applications on tvOS device is currently not possible due to this issue.
Objective-C and Swift project symbols are now included into Search Everywhere results:
Improved performance for Swift modules loading after initial indexing and symbols building (OC-12345)
A number of stability fixes for project model loading
完整列表请看: here
下载地址:available for download。
AppCode 是一个全新的 Objective-C 的集成开发环境,用于帮助开发 Mac、iPhone 和 iPad 的应用程序。