What is the shorcut in visual studio to switch from code behind to Xaml Code ?
Posted
by Nicolas Dorier
on Stack Overflow
See other posts from Stack Overflow
or by Nicolas Dorier
Published on 2009-05-12T12:03:44Z
Indexed on
2010/04/20
18:03 UTC
Read the original article
Hit count: 263
I'm used to press shift+F7 to switch between my code behind and the designer (which takes between 1 and 5 seconds to load) then I always have to click on View Xaml to modify my XAML code.
I don't find any shortcut in Tools/Options/Keyboard to go directly (from code behind to XAML code). How can I do that ?
© Stack Overflow or respective owner