AppCode demo 1

Опубликовано: 28 Июль 2026
на канале: Peter Hosey
325
2

Quickie demo of some of AppCode's features. In order:

Live template (⌘J) "alloc" (inserts alloc/init)
Automatic import insertion (as soon as I use PRHTestView, AppCode adds the #import for me)
Smart completions for placeholders
Use, then create (in this case, a local variable)
Extract to Instance Variable (creates ivar for me, inferring the correct type from the result type of the expression and guessing what name I'll want from the available clues)