tjarratt / BDDShortcuts

An Xcode 8+ extension with common shortcuts for Quick, Cedar, Kiwi, Specta, etc...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BDD Shortcuts

BDD Shortcuts is an Xcode 8+ plugin that adds handy shortcuts for Swift and BDD frameworks such as Cedar, Quick, Kiwi or Specta.

For example: most frameworks allow you to focus on examples with fit/fdescribe. With this plugin you can put your cursor inside the it/describe block and use a shortcut instead of manually putting your cursor in the correct place.

Installation

  • git clone https://github.com/tjarratt/BDDShortcuts.git
  • cd BDDShortcuts
  • xcodebuild -scheme BDDShortcutsXcodeExtension

Xcode 7 (and earlier users)

If you are interested in similar functionality for Xcode 7 and earlier, check out "Cedar Shortcuts"

About

An Xcode 8+ extension with common shortcuts for Quick, Cedar, Kiwi, Specta, etc...

License:MIT License


Languages

Language:Swift 100.0%