News

New AppCode 2020.2 EAP: SourceKit Completion and Bug Fixes

Hi everyone,

The new AppCode 2020.2 EAP build is available for download on our site.

SourceKit completion

In AppCode 2020.1 we’ve added code completion during indexing using SourceKit. In this EAP build we start using SourceKit results in the code completion even after the indexing phase is complete. We do this by merging them with AppCode’s completion results, so the code completion in Swift should become more accurate in general.

Bug fixes

The following issues are fixed in this build:

  • SourceKit-related features weren’t supported for SPM projects (OC-20240)
  • Problem with access control handling for bridging symbols (OC-20175)
  • Compound assignment operators weren’t resolved (OC-18681)
  • Trailing closures for subscripts weren’t supported (OC-20100)

That’s it! The full release notes are available here.

Your AppCode team
JetBrains
The Drive to Develop