如何在VS2008中禁用Cider(WPF Gui编辑器)?
在开发wpf应用程序时,我从不使用图形编辑器(又名苹果酒)。只有xaml编辑器。因为苹果酒在加载时需要相当多的资源,我想知道是否有办法完全禁用它。这可能会加快加载xaml文件的速度。
我听说这是可能的,但由于谷歌没有返回我正在寻找的东西,我想问SO社区。
任何想法?
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?
问候
这是相当的简单!
在工具菜单上,选择选项,然后在左窗格中选择文本编辑器。展开它,然后选择XAML子节点。展开XAML子节点,并选中始终在完整XAML视图中打开文档复选框。
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. :)