Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i disable Cider (WPF Gui Editor) within VS2008?

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

like image 946
Joachim Kerschbaumer Avatar asked Mar 16 '09 07:03

Joachim Kerschbaumer


2 Answers

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. :)

like image 191
Eriawan Kusumawardhono Avatar answered Nov 16 '22 01:11

Eriawan Kusumawardhono


For even better performance, map the .xaml extension to the XML Editor in Tools/Options/Text Editor/File Extension. Your .xaml files will then open much faster. You will lose intellisense, but this is a great option if you can live without it.

like image 35
Kent Boogaart Avatar answered Nov 16 '22 02:11

Kent Boogaart