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.
git clone https://github.com/tjarratt/BDDShortcuts.git
cd BDDShortcuts
xcodebuild -scheme BDDShortcutsXcodeExtension
If you are interested in similar functionality for Xcode 7 and earlier, check out "Cedar Shortcuts"