Possible duplicate:
Is there a shortcut to move between the header and the source file in VC ++?
How can I easily switch between the .h file and its corresponding .cpp file?
Visual Studio provides half the solution: if I work in myfile.cpp , I can right-click and select Go To Header File. But if I have a header file open, there is no easy way to switch to the corresponding .cpp file.
What would be even simpler is a button similar to the Go To Counterpart button in Xcode, which simply switches between .h and .cpp .
There must be an extension for this, but I did not find it.
visual-c ++ visual-studio ide
Nate Nov 29 '10 at 22:40 2010-11-29 22:40
source share