Visual Studio 2008宏可以在头文件和源文件之间切换? [英] Visual Studio 2008 macro to switch between header and source files?

查看:186
本文介绍了Visual Studio 2008宏可以在头文件和源文件之间切换?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人知道如何制作宏或在foo.hpp和foo.cpp之间切换的方法吗?我非常感谢拥有这样的宏.我想如果它实际上打开了相应的文件,但是将旧文件保存在选项卡中,将会有所帮助.

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 actually opened the corresponding file, but kept the old one in a tab.

谢谢

推荐答案

以下一项(或多项合并)可能会为您提供帮助:

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

  • Switch between a Header and a CPP File in .NET (a macro at codeproject)
  • Switch between header and impl files in VS.NET (describes how to create the macro and bind it to a key)
  • Switch between Source and Header C++ Files (A recent macro from codeguru)
  • Macro to Switch Between Header and CPP File (An old macro from codeguru)
  • Several other solutions found on Google...

这篇关于Visual Studio 2008宏可以在头文件和源文件之间切换?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆