.net – How to i disable Cider (WPF Gui Editor) within VS2008

idenetvisual-studio-2008wpfxaml

when developing wpf applications i never use the graphical editor ( aka cider). only the xaml editor. as "cider" needs quite some resources when loaded i wonder if there is a way to completely disable it. This may speed up loading xaml files.
i heard that this is possible, but as google does not return what i`m looking for, i want to ask the SO community.
any ideas?

regards

Best Answer

It's quite simple!

At the Tools menu, chose Options, and chose "Text Editor" at the left pane. Expand it, and chose "XAML" sub node. Expand the "XAML" sub node, and check the check box of "Always open documents in full XAML view".

Let me know if it doesn't work for you. :)