How can i disable Cider (WPF Gui Editor) within VS2008?(如何在 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 编辑器)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 VS2008 中禁用 Cider(WPF Gui 编辑器)?
基础教程推荐
- 将 XML 转换为通用列表 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- MS Visual Studio .NET 的替代品 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01