AppCode 2016.1.3 发布,现已支持下载。如果使用AppCode2016.1或2016.1.2b,你会在IDE中收到自动通知。
Swift 2.2
本次更新提供解析、强调和完成以下Swift构建:
- associatedtype keyword.
- #file, #line, #column and #function debug identifiers:
new typesafe #selector directive:
Swift version build configuration option:
keywords used as argument labels:
混合代码
This update brings correct resolution for classes from Swift frameworks added as a dependency to an Objective-C project and vice versa.
Together these changes should significantly improve mixed code editing, by bringing more correct navigation and Rename refactoring for Swift classes used from Objective-C code, better completion and more accurate results for symbol usages search.
结构视图
在Structure View (⌘7) for Objective-C & C++有两个新的排序方式:Sort by Type 和 Sort Alphabetically,按照以下顺序键入 sorting groups entities
- namespaces
- structures
- classes
- constructors/destructors
- functions
- typedefs
- global variables
- #define directives
-
其他修复和改进
- General editor responsiveness should be improved with the fix for OC-13046.
- Improved performance of the Navigate to Symbol (⌥⌘O) action when using it in mixed code.
- Annoying issue with generic array subscripts is fixed.
- Resource inspection for image names now works properly.
- Issue when Emoji in project build settings where incorrectly converted to ASCII is fixed.
了解完整更新信息,请查看AppCode 2016.1.3 update is out或点击此处了解详细更新说明。