Is there a shortcut to move between header and source file in VC++?

后端 未结 16 899
长发绾君心
长发绾君心 2020-12-04 08:07

This is a feature I have grown accustomed to in Eclipse (Ctrl+Tab). Is there an equivalent in Visual C++?

16条回答
  •  独厮守ぢ
    2020-12-04 08:29

    I'm a fan of Visual Assist for doing this. Its not cheap but it provides a lot more functionality than switching between header and source. I also use its open file in project and class browsing features a lot. Of course the macro is free...

提交回复
热议问题