Skip to content

Xcode plugin that copies Objective-C method as various style.

Notifications You must be signed in to change notification settings

hetima/CopyMethodStyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CopyMethodStyle

CopyMethodStyle is plugin for Xcode 6.1 ~ 6.3.2
This plugin adds menu to context menu on method declaration.
The menu copies method as various style. This plugin supports only Objective-C.

##Features

  • Copy class name
  • Copy expression
  • Copy as selector or @selector() or NSSelectorFromString()
  • Copy as objc_msgSend() snippet
  • Copy as Symbolic Breakpoint expression
  • Copy as KZRMethodSwizzling macro snippet
  • Support property getter/setter
  • Holding Alt key to change style variation

##Installation Download project, build, relaunch Xcode. CopyMethodStyle.xcplugin will be installed in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins

screenshot

Author

http://hetima.com/
https://twitter.com/hetima

License

MIT License. Copyright (c) 2014 hetima

About

Xcode plugin that copies Objective-C method as various style.

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published