Disable Intellisense in XAML Editor in VS2008?

时光总嘲笑我的痴心妄想 提交于 2019-12-23 09:07:33

问题


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.


回答1:


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!



来源:https://stackoverflow.com/questions/162025/disable-intellisense-in-xaml-editor-in-vs2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!