xamlvisual-studio-2012xaml-designer

Is there a keyboard shortcut to switch between XAML and Designer in VS 2012?


When switching from a code file to a XAML file in Visual Studio 2012, the focus goes to the designer. If I want to edit the XAML (which is 99% of the time), I need to use the mouse to move the focus to the XAML code/markup window. Is there a way to move focus to the XAML without the mouse?

NOTE: There are similar questions in SO, but they deal with moving between code behind and XAML designer.


Solution

  • Yupp there sure is, just use Shift+F7 ;)