使用vs2008,摁F12快捷键可以跳转到某个类的头文件中,但是我想看某个类的定义部分(cpp),不知道怎么跳转过去。
目前解决办法:在mfc源代码所在目录,搜索要查看的源码信息。但是这样很麻烦,不知道vs工具有没有办法直接从某个类的头文件中转到对应的cpp文件呢?
学习是最好的投资!
In VS2013, F12 jumps to the definition, and Ctrl+F12 jumps to the declaration. If 2008 does not support it, it is recommended to install VAX
In VS2013, F12 jumps to the definition, and Ctrl+F12 jumps to the declaration.
If 2008 does not support it, it is recommended to install VAX