在 Blend 3 中禁用智能感知
我们目前正在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上导致我出现问题的是我的 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.