How can I disable the Design-Mode in VisualStudio options
visual-studio, xaml
Solution
In vs2015 goto:
Tools > Options > Xaml Designer
Choose "Source View" for "Default Document view"
or you can disable it completely by unchecking "Enable XAML Designer"
In vs2010 goto:
Tools > Options > Text Editor > XAML > Miscellaneous
Under "Default View" Section
check Always open documents in full XAML view
Problem
How can I use only the XAML-Code-View without Visual Studio load the Design-Mode? I need every Time disable the designMode, i cant find this in my options... (source: biggle.de)