AppCode 3.3 EAP build 142.5239 发布。
值得关注的改进
Swift 2 支持:解析,高亮和关键字完成
支持使用 do-catch 和 try 处理错误
支持 throw 和 throws 关键字
支持 defer 关键字
Objective-C 改进
This build includes a fix for an unpleasant problem with parsing Objective-C generics - OC-12361.
False warning about the local variable that is only assigned but never used, while that’s not the case. This build addresses this problem with a fix. This is fixed not only for Objective-C, but for C++ code as well.
其他改进
Autoscroll from source in Swift Structure View is now working.
JavaScript debugger is now bundled into AppCode.
If you debug code in C++ in AppCode, you’ll be glad to find a fix for inspecting C++ references in debugger (CPP-4547).
How about navigating to matching brace/parenthesis/bracket in one shortcut? This feature is available now by pressing Ctrl+M.
此外还改进了 Git 分支,为色盲患者提供颜色缺失调节。
软件详情:https://youtrack.jetbrains.com/search/CIDR-18231?q=%23Fixed+fixed+in%3A+%7B3.3+EAP+%28142.5239.5%29%7D%2C+%7BAppCode+3.3+EAP+%28142.5239.5%29%7D+sort+by%3A+Type%2C+Priority%2C+Subsystem%2C+votes
下载地址:https://confluence.jetbrains.com/display/OBJC/AppCode+EAP
来自:开源中国社区

