AppCode Starts 2021.1 EAP: Performance Improvements and Bug Fixes
Feb 4, 2021, 1:15 PM
Hi everyone, Today we are starting the Early Access Program for AppCode 2021.1, and the first build is already available to download from our site. Performance We’ve decreased the time it takes to open large projects once the initial...
Code Generation
Feb 2, 2021, 11:35 AM
AppCode’s code generation features allow you to avoid having to type in lots of the standard code constructs. With one click, you can add initializers to your classes, implement and override methods, or create properties. In this blog...
AppCode 2020.3.1 Is Out With Apple Silicon Support
Jan 13, 2021, 11:59 AM
Hi everyone, AppCode 2020.3.1 is now available for download from our site. Apple Silicon Support You can now download AppCode for Apple Silicon – just select the build on our website: Toolbox App users can select the same build under the...
AppCode 2021.1 Roadmap
Dec 22, 2020, 3:44 AM
Hi everyone, Here is the roadmap for AppCode 2021.1: Swift 5.4 support Support for new versions of Xcode Performance improvements (indexing and resolve speed) Objective-C support for SPM packages (OC-20192) For this release we plan to...
Live Templates
Dec 14, 2020, 7:49 AM
Live templates are one of the most powerful coding assistance features in AppCode. You can create a template for any code chunk and quickly add it to your code whenever you need it. In this blog post, we will show you how to use predefined...
AppCode 2020.3 Is Here: Swift Localization, New Inspections and Intentions, SourceKit-Based Go to Declaration, XCFrameworks Support, Improved Refactorings, New Debugger Features, and More!
Dec 10, 2020, 11:04 AM
Welcome our third update this year – AppCode 2020.3! Download AppCode 2020.3 Swift Language Support The following Swift changes are now supported in AppCode: SE-0279, SE-0286: Multiple trailing closure syntax. Allow synthesis of Equatable...
AppCode 2020.3 Release Candidate is Here!
Nov 30, 2020, 11:18 AM
Hi everyone, The release of AppCode 2020.3 is quickly approaching, and the Release Candidate is now available for download on our site. This build requires an active subscription and fixes the following issues: It wasn’t possible to turn...
AppCode 2020.3 Beta 2 is Here!
Nov 19, 2020, 9:37 AM
Hi everyone, The AppCode 2020.3 Beta 2 build is available for download from our site. This build brings the ability to fold documentation blocks together with support for resultBuilder attribute in Swift and several bug fixes – see...
AppCode 2020.3 Beta: Go to Declaration Improvements and Bug Fixes
Nov 12, 2020, 12:30 PM
Hi everyone, The AppCode 2020.3 Beta build is available for download from our site. Go to Declaration SourceKit-based Go to Declaration now works even after indexing. Also, it’s now possible to use it for navigation from entities in module...
Tutorial: Swift refactorings in AppCode
Nov 5, 2020, 8:11 AM
In this tutorial, you will get familiar with the AppCode refactoring tools available for Swift. On a simple project, we will show you how you can quickly and easily improve your code using refactorings. Along the way, you’ll also get...
Tutorial: Debugging in AppCode
Nov 2, 2020, 11:40 AM
In this tutorial, we will cover both basic and advanced features of the AppCode debugger. You will learn how to halt a program execution using different types of breakpoints, examine the paused program state, step through the code, alter...
New AppCode 2020.3 EAP: SourceKit-based Go to Definition and Bug Fixes
Oct 30, 2020, 1:08 PM
Hi everyone, The new AppCode 2020.3 EAP build is available for download from our site. SourceKit-based Go to Definition Go to Definition now works for code symbols during indexing and caching, so you no longer need to wait for the indexing...
New AppCode 2020.3 EAP: Localization Intentions, Program Counter Location Point, and More
Oct 15, 2020, 11:54 AM
Hi everyone, The new AppCode 2020.3 EAP build is available for download from our site. Localization You can now localize strings easily in Swift code using the Localize string intention, which automatically generates NSLocalizedString and...
New AppCode 2020.3 EAP: Debugger and Project View Improvements
Oct 8, 2020, 1:36 PM
Hi everyone, The new AppCode 2020.3 EAP build is available for download from our site. Debugger This EAP delivers a heap of new features for inline watches from the IntelliJ Platform: Click on inline hint and examine the selected variable:...
AppCode 2020.2.4: Xcode 12 Support Fixes and More
Oct 8, 2020, 9:10 AM
Hi everyone, AppCode 2020.2.4 is now available for download from our site. This update provides support for Xcode 12 project templates (OC-20297) and syntax for multiple trailing closures (OC-20070). It also brings fixes for the following...
New AppCode 2020.3 EAP: XCFrameworks Support, Xcode 12 Support Improvements, and More
Sep 30, 2020, 10:31 AM
Hi everyone, The new AppCode 2020.3 EAP build is available for download on our site. This build brings the following fixes and improvements: XCFrameworks support: code entities from the .xcframework bundles should now be correctly...
AppCode Starts 2020.3 EAP: Swift Support Improvements, New Intentions and Inspections, and More
Sep 23, 2020, 2:24 PM
Hi everyone, Today we are starting the Early Access Program for AppCode 2020.3, and the first build is already available to download from our site. Download AppCode 2020.3 EAP Language Support This EAP brings support for the following...
Top 10 AppCode Editor Actions
Sep 22, 2020, 10:23 AM
In this blog post, we will talk about the most useful basic AppCode actions that can help you edit code much faster. Once you learn these shortcuts and start using them regularly, you’ll come to realize just how much time they save you. 1....
Tutorial: Unit testing in AppCode
Sep 18, 2020, 9:10 AM
In this tutorial, we will write simple unit tests in AppCode using different testing frameworks — XCTest and Quick/Nimble. You will learn how to create test classes and targets, run and debug tests, explore test coverage, and more....
AppCode 2020.2.3: initial Xcode 12 support and bug fixes
Sep 17, 2020, 12:59 PM
Hi everyone, AppCode 2020.2.3 is now available for download on our site. Initial Xcode 12 support We’ve been working hard to deliver initial Xcode 12 support, and here it is: Issues with running applications on iOS 14 devices (OC-20602,...
Customizing the AppCode User Interface
Sep 1, 2020, 8:20 AM
Like other IntelliJ-based IDEs, AppCode is extremely flexible when it comes to configuring the way it looks. By customizing your set of tool windows and menus at hand, font colors and sizes, and a lot of other settings you can make your...
AppCode 2020.2.1 is Here
Aug 27, 2020, 10:42 AM
AppCode 2020.2.1 is now available for download on our site. This update fixes the following issues: Builds were failing without any error messages after the installation of new Pods (OC-19772). Enums in closures were not being resolved...
AppCode 2020.3 Roadmap
Aug 10, 2020, 10:49 AM
Hi everyone, This is the roadmap for AppCode 2020.3: Indexing performance improvements Swift 5.3 and Xcode 12 support (subtasks here) SPM support (standalone projects and bug fixes) Cross-language Change Signature refactoring Rename...
AppCode 2020.3 Roadmap
Aug 10, 2020, 10:49 AM
Hi everyone, This is the roadmap for AppCode 2020.3: Indexing performance improvements Swift 5.3 and Xcode 12 support (subtasks here) SPM support (standalone projects and bug fixes) Cross-language Change Signature refactoring Rename...
AppCode 2020.2 is Here With Initial Swift Package Manager Support, the Change Signature Refactoring For Swift, Performance Improvements, and More!
Aug 5, 2020, 10:28 AM
Introducing our second update this year – AppCode 2020.2! Download AppCode 2020.2 Initial Swift Package Manager Support Swift Package Manager provides an easy way to manage project dependencies in Xcode projects, and its rate of adoption...
AppCode 2020.2 Release Candidate is Here!
Jul 29, 2020, 9:01 AM
Hi everyone, We are approaching release, and AppCode 2020.2 Release Candidate is available for download on our site. This build requires an active subscription and fixes the following issues: Launching applications on a simulator was...
AppCode 2020.2 Release Candidate is Here!
Jul 29, 2020, 9:01 AM
Hi everyone, We are approaching release, and AppCode 2020.2 Release Candidate is available for download on our site. This build requires an active subscription and fixes the following issues: Launching applications on a simulator was...
AppCode 2020.2 Beta Brings Change Signature Refactoring for Swift!
Jul 15, 2020, 2:43 PM
Hi everyone, AppCode 2020.2 release is just around the corner, and our first Beta build delivers an initial implementation of the Change Signature refactoring for Swift! Let’s take a closer look at it. When you need to change the signature...
Tutorial: Working with Git from AppCode
Jul 6, 2020, 10:38 AM
In this tutorial, we will guide you through the most popular Git operations used on a daily basis and show how they can be performed from the AppCode user interface. You will learn how to add projects to the Git repository, share them on...
New AppCode 2020.2 EAP: SourceKit Completion and Bug Fixes
Jun 25, 2020, 3:10 PM
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...
AppCode Starts 2020.2 EAP: Initial Swift Package Manager Support, Performance and Code Completion Improvements, and More
Jun 17, 2020, 11:44 AM
Hi everyone, Today we are starting the Early Access Program for AppCode 2020.2, and the first build is already available to download from our site. Performance We’ve reworked our indexing infrastructure and now the code assistance should...
AppCode 2020.1.4 is Here
Jun 5, 2020, 10:05 AM
Hi everyone, AppCode 2020.1.4 is now available for download on our site. This update fixes the following issues: Xcode was complaining about modified xcworkspace on a project with an SPM dependency (OC-19014). XCTUnwrap was being displayed...