BDDShortcuts
BDDShortcuts copied to clipboard
An Xcode 8+ extension with common shortcuts for Quick, Cedar, Kiwi, Specta, etc...
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.gitcd BDDShortcutsxcodebuild -scheme BDDShortcutsXcodeExtension
Xcode 7 (and earlier users)
If you are interested in similar functionality for Xcode 7 and earlier, check out "Cedar Shortcuts"