All Projects → MrPans → Codegenerator

MrPans / Codegenerator

Licence: mit
A Xcode plugin for generate Objectice-C code.

Projects that are alternatives of or similar to Codegenerator

Xcode developer disk images
Stars: ✭ 125 (+98.41%)
Mutual labels:  xcode-plugin, xcode-extension
Awesome Xcode Extensions
Awesome native Xcode extensions.
Stars: ✭ 2,628 (+4071.43%)
Mutual labels:  xcode-plugin, xcode-extension
Nef Plugin
🔌 an Xcode extension to use nef features easily
Stars: ✭ 144 (+128.57%)
Mutual labels:  xcode-plugin, xcode-extension
Snowonder
🔮 Magical import declarations formatter for Xcode
Stars: ✭ 100 (+58.73%)
Mutual labels:  xcode-plugin, xcode-extension
AMEGetterMaker
A lazyload getter maker without resign for Xcode
Stars: ✭ 42 (-33.33%)
Mutual labels:  xcode-plugin, xcode-extension
Swimat
An Xcode formatter plug-in to format your swift code.
Stars: ✭ 1,388 (+2103.17%)
Mutual labels:  xcode-plugin, xcode-extension
Linex
Feature packed Xcode extension
Stars: ✭ 210 (+233.33%)
Mutual labels:  xcode-plugin, xcode-extension
Xcodeequatablegenerator
Xcode 8 Source Code Extension will generate conformance to Swift Equatable protocol based on type and fields selection.
Stars: ✭ 188 (+198.41%)
Mutual labels:  xcode-plugin, xcode-extension
ViewGenerator
⚒ ViewGenerator generates view code from variable name automatically in iOS development
Stars: ✭ 75 (+19.05%)
Mutual labels:  xcode-plugin, xcode-extension
Pragmatic
⚙An Xcode Source Editor extension for simplifying common pragma driven tasks
Stars: ✭ 24 (-61.9%)
Mutual labels:  xcode-plugin, xcode-extension
Swiftmockgeneratorforxcode
An Xcode extension (plugin) to generate Swift test doubles automatically.
Stars: ✭ 522 (+728.57%)
Mutual labels:  xcode-plugin, xcode-extension
Import
Xcode extension for adding imports from anywhere in the code ☝️
Stars: ✭ 818 (+1198.41%)
Mutual labels:  xcode-plugin, xcode-extension
Xgist
Xcode extension to send code to GitHub's Gist
Stars: ✭ 75 (+19.05%)
Mutual labels:  xcode-plugin, xcode-extension
Swiftai
SwiftAI, write Swift code smart. SwiftAI can generate Model class from JSON now. Codable and HandyJSON is supported. More features will be add.
Stars: ✭ 470 (+646.03%)
Mutual labels:  xcode-plugin, xcode-extension
Xbookmark
Bookmark Plugin for Xcode 8.x and 7.x
Stars: ✭ 72 (+14.29%)
Mutual labels:  xcode-plugin, xcode-extension
TrickerX
An Xcode9+ Extension which make CodingKeys automatically.
Stars: ✭ 90 (+42.86%)
Mutual labels:  xcode-plugin, xcode-extension
Xalign
An amazing Xcode Source Editor extension to align regular code. It can align Xnything in any way you want.
Stars: ✭ 2,898 (+4500%)
Mutual labels:  xcode-plugin, xcode-extension
Linessorter Xcode Extension
Xcode Extension that helps you keep your import statements and long code lists organized and uniform
Stars: ✭ 54 (-14.29%)
Mutual labels:  xcode-plugin, xcode-extension
Refactorator
Xcode Plugin that Refactors Swift & Objective-C
Stars: ✭ 993 (+1476.19%)
Mutual labels:  xcode-plugin
Playalways
Create Xcode playgrounds from your menu bar
Stars: ✭ 515 (+717.46%)
Mutual labels:  xcode-extension

CodeGenerator

A Xcode plugin for generate Objectice-C code.

Preview

CodeGenerator Will add getter & setter in appropriate position even if there are several classes in one file

Goal

  • [x] Lazy Getter.
  • [x] Setter.
  • [ ] Override Methods (waiting for more extension api)

Install on Xcode 8

  1. download CodeGenerator.zip, and unarchive it.
  2. copy CodeGenerator.app to /Applications folder.
  3. Run it then close it.

Usage

1. Enable Code Generator

Check System Preferences -> Extensions -> Xocde Source Editor -> Code Generator

2. Setting Shortcut in Xocde

Preferences -> Key bindings -> Filter: generate code

Set Lazy Getter command shortcut to + + G

Set Setter command shortcut to + + S

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].