在 VS2008 的 XAML 编辑器中禁用 Intellisense?

发布于 2024-07-06 17:47:32 字数 275 浏览 4 评论 0原文

有没有办法在 Visual Studio 2008 的 XAML 编辑器中禁用 Intellisense? 打字时通常会消耗很大的性能,有时我会等待十秒或更长时间,直到列表自动弹出。

似乎在“选项”->“文本编辑器”->“XAML”中,“Intellisense”部分不可用(呈灰色)。 我们在完整 XAML 视图中打开文档,并且不使用任何第三方增强功能。

这太糟糕了,有时我只是在其他地方打开文件并编辑我需要的内容,但我真的很想解决这个问题,这样我就不必使用外部应用程序了。

Is there a way to disable Intellisense in the XAML editor in Visual Studio 2008? It is often a big performance drain while typing, and sometimes I'll sit for ten or more seconds waiting while the list automatically popups up.

It appears that in Options->Text Editors->XAML, the Intellisense section is section is unavailable (grayed out). We open documents in Full XAML View, and don't use any third party enhancements.

It's so bad that sometimes I'll just open the file elsewhere and edit what I need, but I'd really like to get this solved so I don't have to use an external application.

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

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

发布评论

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

评论(1

〗斷ホ乔殘χμё〖 2024-07-13 17:47:32

找到我自己的答案:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\Text Editor\XAML\Auto List Members 

设置为 0x00000000 可以解决它。

“自动列表参数”键似乎没有效果。 最重要的是,您仍然可以使用按需打开它(用于设置您想不出名称的属性等)

非常漂亮!

Found my own answer:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\Text Editor\XAML\Auto List Members 

Setting to 0x00000000 solves it.

The "Auto List Params" Key seems to have no effect. To top it off, you can still use <Ctrl+Space> to open it up on demand (for setting an attribute you can't think of the name of, etc.)

Pretty nifty!

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