EasyCode
by music4kid
v1.0.2
Β·
Updated 3 months ago
Β·
1.45 Mb
Β·
Released Oct 2016
Key Features
π΅
Audio / Music
π»
Code Editor
βοΈ
Automation / Macros
π
Git Support
π‘
Network Tools
πΊοΈ
Maps / Location
About EasyCode
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