このページは既にアーカイブ化され、その後の更新はありません。
この製品の販売は終了しました。
AppCode 2021.3.x
Released: Dec 2, 2021
2021.3.x での更新項目
2021.3
Updated Dec 2, 2021
Features
- Swift
- Swift actors are now fully supported in AppCode.
- Completion - You can now complete two code constructs at a time, including these three combinations:
- Compiler conditions and their arguments.
- if/guard and let keywords.
- The case keyword and the enumeration case name.
- Documentation - Render documentation comments in your code as plain text simply by pressing ⌃⌥Q. AppCode will update your documentation when performing refactorings. In addition, you can easily find function parameter usages even in documentation comments. Keep your documentation up-to-date thanks to the inspection for undocumented parameters.
- Property list editor - You can now use AppCode’s full-featured property list editor to perform all the essential actions, like adding a key or modifying its value, switching from the table representation of a .plist file to pure text editing, and more.
- Debugger - You can now place Swift error breakpoints by selecting the corresponding option in the breakpoint settings. Evaluate expressions right in the debugger tool window and easily add them to watches.
- Bookmarks - You can now see all the bookmarks in your code in the Bookmarks tool window.
- Version Control - You can now use Push All up to Here from the Git Log to push the commits you’re confident about, while keeping others local.