开发者

How to disable intellisense for XAML in VS2010?

开发者 https://www.devze.com 2023-03-25 07:23 出处:网络
yes I know it\'s unusual, but I actually want to turn of intellisense for XAML editing. If I need it, I can always hit CTRL+SPACE.

yes I know it's unusual, but I actually want to turn of intellisense for XAML editing. If I need it, I can always hit CTRL+SPACE.

I disabled it for all languages via Tools > Options > Text Editor > All languages > General > Stateme开发者_开发知识库nt completion, but it still works for XAML.

Can anybody tell me how I can disable it ?

Thanks


You'll have to set the following registry key to 0:

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


I solved this by switching the default editor for XAML files.

Right click XAML file in solution explorer, then Open With..., select XML editor and use as default.

Bonus feature is that resharper will still work.

0

精彩评论

暂无评论...
验证码 换一张
取 消