Skip to content

A Xcode Source Editor Extension to quickly add a method implementation with comment from selected text

License

Notifications You must be signed in to change notification settings

darkedgegit/QuickAdd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Add

Platform [version] (https://github.com/funky-monkey/QuickAdd) ![Swift Version] (https://img.shields.io/badge/swift-3.0-orange.svg?style=flat)

A Xcode Source Editor Extension to quickly add a method implementation with comment from selected text

Quick Add Demo

Why?

Xcode was lacking a way to quickly add a method. So I created it.

Installation Guide (Xcode 8 / OSX 10.11+)

  1. download the Quick Add app
  2. unzip and copy to Applications folder
  3. Run (right click + open)
  4.  System Preferences ⇒ Extensions ⇒ All ⇒ QuickAddPlugin. (See image 1 below.)
  5.  System Preferences ⇒ Keyboard ⇒ Shortcuts. Add Shortcut ⌥⌘i for Add method with comment. (See image 2 below.)
  6. open Xcode
  7. Select any Swift source file
  8. check if Editor -> Quick Add is there

**Image 1:** [![Extensions](Assets/extension.png)]()
**Image 2:** [![Extensions](Assets/shortcut.png)]()

Usage

Select the text you want to add an method implementation of, press ⌥⌘i and presto! A full method implementation!

Supported languages

  • Swift (for now)

About

A Xcode Source Editor Extension to quickly add a method implementation with comment from selected text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%