Is there an alternative Visual Studio keyboard shortcut for ToggleHeaderCodeFile which works for jumping to a C++ module interface file?

128 views Asked by At

When working with header files and cpp files I am usually jumping around the code by using the Visual Studio shortcut EditorContextMenus.CodeWindow.ToggleHeaderCodeFile, however this doesn't seem to work for jumping between a .ixx module interface file and a .cpp implementation file.

Is there an alternative keyboard shortcut in visual studio that I am missing? Or has it not been implemented yet.

1

There are 1 answers

1
Minxin Yu - MSFT On BEST ANSWER

Toggle Header/Code File

You can switch between a header file and its corresponding source file.

According to the description, I'm afraid currently the feature you need is not supported. You could use F12 and Ctrl+F12 as an alternative. And report a feature request on Developer Community, then post the link here so that we can follow up.