music4kid / EasyCode-Xcode

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

Home Page:http://mrpeak.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://mrpeak.cn

License:MIT License


Languages

Language:Objective-C 99.7%Language:C 0.3%