How to disable XAML designer in VS 2011.
I have checked following links possible to default-disable XAML designer in VS 2008?
Problem with above is that intellisense also goes away with setting different text editor.
How to disable XAML designer in VS 2011.
I have checked following links possible to default-disable XAML designer in VS 2008?
Problem with above is that intellisense also goes away with setting different text editor.
For Visual Studio 2012 the Link "user1007074" provided (http://blog.spinthemoose.com/2013/03/24/disable-the-xaml-designer-in-visual-studio/) tells:
also he suggest
Choose editor and click "Set as Default". Many Thanks to David Alpert!
In Visual Studio 2015/2017:
As Mark Bell pointed out, it can be enough to set the Default document view to Source View, and leave XAML Designer enabled.
In Visual Studio 2015 you can completely turn off the XAML designer in:
Tools->Options->XAML Designer\Enable XAML Designer
This applies for VS2012, maybe also other versions:
In VS Installation rename XDesProc.exe to XDesProc.exe.bak
For me it was: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\XDesProc.exe
This way it has the best performance gain. The process won't start and VisualStudio will show an undisturbing exception window instead of the designer.