send link to app

EasyCode


Developer Tools Utilities Utilities
Developer: music4kid
1.99 USD

Xcode editor extension for inserting boilerplate code in super duper fast way.

How to use?
type code shortcut like "vdl", then select menu item:
Editor->EC->Insert EasyCode
"vdl" is automatically converted to:
- (void)viewDidLoad
{
[super viewDidLoad];
}

type p, you get:
@property (nonatomic, strong) type name;

type w, you get:
__weak __typeof(self) wself = self;

you can also edit the shortcut youself.

try it out youself, for a complete list of code mapping:
https://github.com/music4kid/EasyCode-Xcode