I'm so used to Visual assist X and one of my favorite feature was automatic implementation creation feature.
You put the cursor on the any interface in header file and you run the feature, it creates empty function in your cpp file. And the cursor is ready inside the function in cpp file.
I wish I could use similar feature in Xcode4. There's Refactor menu but I couldn't find it.
Thanks in advance. ;)