Create implementation is a great refactoring tool but it could be even better by allowing to select a bunch of methods in the class header and to create implementations of them in one go. Right now when I write a class then I must to do 'create implementation' for all of them separately while I would want to create them all at once.
Or maybe as an alternative - create implementation on class would implement all not already implemented non-abstract methods?