Switching between .h and .m files
Hello,
Is there a way to switch between header and implementation files for a given class? In Xcode, I can three-finger-swipe to quickly switch between them, but this gesture does nothing in AppCode and I've been unable to find any key combination to do it, either. Is this functionality available in AppCode?
Thanks!
Josh
Please sign in to leave a comment.
It's the same shortcut as in XCode4, Ctrl+Cmd+Up
Thanks - works great!