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 best solutions below

1
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.