How to automatically insert code for an XCode video demo
Posted
by Mike Weller
on Stack Overflow
See other posts from Stack Overflow
or by Mike Weller
Published on 2010-03-17T20:30:16Z
Indexed on
2010/03/17
20:31 UTC
Read the original article
Hit count: 456
I've been watching some of the WWDC 2009 videos which include some video demos in XCode. The presenters are using some sort of macro or script bound to a keyboard shortcut to automatically insert some pre-prepared code at the current caret location. Each time they press the key, the next prepared snippet is inserted.
Does anybody know how this is done?
© Stack Overflow or respective owner