One of the things which makes TDD nice is the ability to generate code after you have written a test. This is done with the Quick Fix option in Eclipse (Cmd-F1) - or with similar option using Alt-Enter in Jetbrains tools. Most of the usage just involves four options:
- Create new class
- Create new method
- Create new property
- Create new instance variable
Is there any way to add this ability to Xcode using a plugin, Automator or anything else? I feel that with just four of these in place I could return to using Xcode instead of being stuck in Appcode.