如何在 VS2008 中禁用 Cider(WPF Gui 编辑器)?

How can i disable Cider (WPF Gui Editor) within VS2008?(如何在 VS2008 中禁用 Cider(WPF Gui 编辑器)?)
本文介绍了如何在 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. :)

这篇关于如何在 VS2008 中禁用 Cider(WPF Gui 编辑器)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

DispatcherQueue null when trying to update Ui property in ViewModel(尝试更新ViewModel中的Ui属性时DispatcherQueue为空)
c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
quot;Overflowquot; compiler error with -9223372036854775808L(编译器错误-9223372036854775808L(Q;溢出Q))
Visual Studio 2010 ReportViewer Assembly References(Visual Studio 2010 ReportViewer程序集引用)
Weird behaviour when I open a reportviewer in WPF(在WPF中打开报表查看器时出现奇怪的行为)