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

后端 未结 16 906
长发绾君心
长发绾君心 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:09

    If you position your mouse over a function declaration in the header and press F12, the cpp file will be opened at the definition of the cpp file... I use this feature extensively!

提交回复
热议问题