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

后端 未结 5 1972
萌比男神i
萌比男神i 2021-01-05 02:16

Does anyone know how to make a macro or something to switch between foo.hpp and foo.cpp? I would really appreciate having a macro like this. I guess it would help if it actu

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-05 02:39

    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

提交回复
热议问题