在 Blend 3 中禁用智能感知

发布于 2024-08-10 02:32:52 字数 191 浏览 3 评论 0原文

我们目前正在 Blend 3 中构建 WPF 解决方案,而 Intellisense 速度非常慢。

Visual Studio 2008 和 2010 beta 2 没有任何问题,Blend 2 也没有任何问题。

如何在 XAML 编辑器中禁用 Intellisense?

非常感谢,

KShaban

We are currently building a WPF solution in Blend 3 and Intellisense is extremely slow.

Visual Studio 2008 and 2010 beta 2 do not have any problems, Blend 2 did not have any issues either.

How would it be possible to disable Intellisense in the XAML editor.

Many Thanks,

KShaban

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哆啦不做梦 2024-08-17 02:32:52

实际上导致我出现问题的是我的 UI 项目引用了很多外部程序集。具体来说,它引用了一些 DevExpress Winforms 的东西来满足报告需求。

一旦我重构了 UI 项目,使其不依赖于这些依赖项,Blend 就开始正常工作。

请注意,我在 Blend 挂起时将调试器附加到它,并且 Blend 似乎不断重新反映这些相同的程序集。此外,相关程序集并不在 GAC 中。

有趣的是,VS2008 或 VS2010 在同一个项目上的智能感知根本不会令人窒息。

希望有帮助。

What was actually causing the problem for me was that my UI project had a lot of external assemblies referenced. Specifically, it was referencing some DevExpress Winforms stuff for reporting needs.

Once I refactored the UI project to not depend on those dependencies Blend started working great.

As a note, I attached a debugger to Blend while it was hanging and it seems that Blend keeps re-reflecting over those same assemblies. Also, the assemblies in question were not in the GAC.

The funny thing is VS2008 or VS2010 do not choke at all as far as intellisense on the same project.

Hope it helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文