vote up 1 vote down star

Hi,

I have .h (e.g. A.h) file open in XCode, is there a quick way to open the corresponding .cc/.cpp (e.g. A.cpp) file?

flag

0% accept rate

4 Answers

vote up 0 vote down

the preceding answers are basically correct, assuming that one is using the default XCode Key-bindings...

to change the shortcut: xcode preferences->Key Bindings-> View-> "Switch to Header/Source File"

I prefer to use ⌘§

link|flag
vote up 0 vote down

Same answer but in symbols

⌥ + ⌘ + ↑

link|flag
vote up 0 vote down

Option-Cmd-UpArrow switches between implementation (.c/.m/.cpp/.mm) and header (.h/.hh) files.

link|flag
vote up 6 vote down

optionKey-appleKey-arrowUp

This works both with .h and .m objective-c files and .h and .cpp/.cc files

link|flag
1  
does anyone know why apple seems to insist on making shortcuts take two hands? – Dolphin Jun 3 at 14:17
I'm guessing that's just keyboard layout and it is difficult to press 3 keys with one hand (except 3 finger salute on desktop keyboard) – stefanB Jun 3 at 14:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.