Lately in my current project, I have been doing lot of UI work and hence I constantly juggle between view model classes and Views (XAML files). When I double click the XAML files in Solution Explorer, it opens designer as well as XAML view.
Of course you can double click XAML tab (circled in red in above screenshot) and expand xaml view. However, if you are like me and more comfortable working in full xaml editor, you can actually make editor open full XAML editor always.
Steps:
- Go to Tools –>Options to open Visual Studio Options window
- Find XAML node and go to Miscellaneous node.
- Then check “Always open documents in full XAML view”, then click OK
Now, whenever you double click XAML files in Solution Explorer, your xaml files are opened in full XAML view.