Early Access Program News

Third AppCode 3.0 Marocchino EAP: convert-to-literal inspection and bug fixes

Hello everyone,

Together with all of you we are looking forward to final AppCode 3.0 release. Today the third AppCode 3.0 EAP build became available. We’ve decided to polish our IDE a bit. So this EAP is mostly about fixing key bugs.

First, we’ve fixed the problem with slow autocompletion. Second, in UI Designer we’ve fixed a crash that has been happening on some of our user’s storyboards. We’ve also added a possibility to use ‘=’ together with ‘+’ to Zoom in.

We’d like to thank all the EAP evaluators for the feedback, code samples and votes on these two major issues. We really appreciate your help!

And last but not least, we’ve added a new code inspection which offers to switch to modern literal syntax. It warns you whenever literals can be used:
EAP_string_literal_intention
And suggests a quick-fix (Alt+Enter):
EAP_string_literal_quick_fix
This quick-fix converts expressions with NSNumber, NSArray, NSDictionary, like the following:
EAP_inspection_literals
to the new syntax like so:
EAP_inspection_literals_ready

The full list of fixed issues can be found in our tracker.

You can find the build on our EAP page. Let us know what you think — take part in discussions on the forum, and feel free to file bug reports and suggestions in our issue tracker.

Yours as always,
The AppCode Team