Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2017 button for toggle .h and corresponding .cpp

In Visual stdio 2013 there was a button to toggle between .h and corresponding .cpp files. Is this button exist in Visual Studio 2017? ( i know the keyboard shortcut ctrl k+o but I'd prefer the button).

like image 698
Ron.A Avatar asked Jun 14 '26 13:06

Ron.A


1 Answers

Not exactly a toolbar button however in the context menu when right clicking in a file there is a option of "Toggle Header / Code File" which does what you want.

like image 196
MattyJacques Avatar answered Jun 17 '26 02:06

MattyJacques