views:

43

answers:

2

A lot of my XAML pages were designed by hand and don't need to be shown in the designer when I open them-- I'd prefer just the XAML page. The designer is getting in the way most times.

Is it possible to have the designer disabled by default, with the "resume loading the designer" link available in case I change my mind?

+2  A: 

Right click and select "Open With..." and then choose the XML editor and select "Set As Default".

Now it will always open in the editor view by default, and you can still toggle the views if you need to.

Brandon
This isn't as good as "Always open in full XAML view" because you loose what little Intelisense VS2008 has for XAML.
Bryan Anderson
@Bryan, I've never actually noticed that. Thanks for the tip.
Brandon
+1  A: 
Tools
 ->Options
  ->Text Editor
   ->XAML
    ->Miscellaneous
     -> tick: Always open documents in full XAML view.

or you can just Double-Click the XAML tab.

najmeddine
Thanks guys. Big help, this.
larryq