Yes, I know this is unusual, but I really want to enable intellisense for XAML editing. If I need it, I can always press CTRL + SPACE .I disabled it for all languages ββusing Tools> Options> Text Editor> All Languages> General> End Recording, but it still works for XAML.
Can someone tell me how can I turn it off?
thanks
You need to install the following registry key 0 :
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 the XAML file in Solution Explorer, then Open With... , select XML editor and use as default .
Open With...
XML editor
use as default
The bonus feature is that resharper will still work.
Source: https://habr.com/ru/post/894365/More articles:How to get Regexp from EXSLT running in libxslt? - regexMake the marker draggable and interactive - clickIs there a common site for testing AI board games against other AIs? - algorithmHow to get a solution to stop / resume CABasicAnimation? - iosMBProgressHud featuring gif - iosHow can I improve Scala type output with type parameters that do not appear in the first parameter list? - genericspython equivalent for comparison - pythonAlign selected area in emacs - emacsEncrypt Sqlite with Qt using some open source solution - sqliteDesigning objects for a chess game in java - javaAll Articles