visual-studio-2008 - 在 VS2008 中禁用 XAML 编辑器中的智能感知?

标签 visual-studio-2008 xaml ide editor intellisense

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

似乎在选项-> 文本编辑器-> XAML 中,智能感知部分不可用(变灰)。我们在完整 XAML View 中打开文档,并且不使用任何第三方增强功能。

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

最佳答案

找到了我自己的答案:

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

设置为 0x00000000 可以解决它。

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

相当漂亮!

关于visual-studio-2008 - 在 VS2008 中禁用 XAML 编辑器中的智能感知?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/162025/

相关文章:

visual-studio - 更改 Visual Studio "Current regional settings"值

c# - WinUI XAML : Using a ResourceDictionary from another project

c# - WPF-XAML 与 C# : Which (if any) has the best performance for creating UI

ide - 如何使用 IDE 开发 Plone CMS 应用程序?

java - 关于在 Java 中使用 JDBC 连接到 IBM 数据库

visual-studio - Visual Studio 2008 智能感知优先级设置

windows - 安装 .net 2008 Windows 服务

c# - Entry Xamarin Forms PCL 上的边框半径

ide - PhpStorm 中的项目和结构导航拆分 7/8/9

visual-studio-2008 - 我无法再使用 visual studio 2008 调试经典的 asp 代码