Skip to content

music4kid/EasyCode-Xcode

Repository files navigation

Available on App Store:

https://itunes.apple.com/us/app/easycode/id1166493362?ls=1&mt=12

What is it?

It's a plugin or extension for Xcode 8, It can be used as a replacement of "Code Snippet Library", It's faster, and highly customizable.

write code like this:

generate method for you selector:

edit your shortcut in a standalone app:

support both Objective C and Swift.

How to use?

type code shortcut like "vdl"

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;

There is more out there, try out or create your own shortcut.

Tip

don't forget to add a Key Binding for fast access to menu item:

About

"legal" Xcode Plugin for inserting code in super duper fast lazy way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published