• Stars
    star
    266
  • Rank 153,571 (Top 4 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created almost 8 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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: