EasyCode

EasyCode

by music4kid
4.6 Β· 8,176 ratings
1.99 USD Download from Mac App Store
v1.0.2 Β· Updated 3 months ago Β· 1.45 Mb Β· Released Oct 2016

How do you feel about this app?

Key Features

🎡 Audio / Music
πŸ’» Code Editor
βš™οΈ Automation / Macros
πŸ”€ Git Support
πŸ“‘ Network Tools
πŸ—ΊοΈ Maps / Location
EasyCode

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