Visual Studio 2008 macro to switch between header and source files?

随声附和 提交于 2019-11-30 19:32:31

Perhaps one (or a combination) of the following will help you:

Why not use right click > Go to declaration | Go to definition?

In Visual Studio 2013 it was added as Ctrl + K, Ctrl + O

Petrucio

Some of the options ran slow for me in large projects. This one doesn't look in other folders but works faster and should cover most needs: switch between .cpp & .h files

Dave Kerr

You could try using 'Switch' - this is an addin that switches between source and header files, but also lets you switch between other types of related files - XAML and codebehind, designer and code etc etc. Switch

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!