Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to switch between header and implementation in VS2010?

Tags:

Is it any keyboard shortcut or free addon in Visual Studio 2010 that allows to switch between header (C/C++ .h file) and implementation (C/C++ .cpp file)?

like image 808
grigoryvp Avatar asked Nov 15 '10 11:11

grigoryvp


1 Answers

MS added this feature in Visual Studio 2013. It's a default keyboard shortcut Ctrl + K, Ctrl + O

To clarify: Keep Ctrl pressed, type K, type O, release Ctrl.

You can find the command this maps to from the customize-keyboard options as well (tested for VS2015):

VS2015_Customize

like image 155
5 revs, 3 users 79% Avatar answered Sep 25 '22 00:09

5 revs, 3 users 79%