I’m having some problems with Visual Studio and Intellisense – whenever I click Ctrl+Space to get the regular intellisense dropdown, I get the one shown in the picture instead.
Which setting should I change to prevent this behavior?
How do I get the regular intellisense? http://img121.imageshack.us/img121/8737/vsdropdown.png
This happens in all sorts of files, not just xml…
This problem has appeared since I installed some extensions – I believe this is related either to the Visual Studio Pro Power Tools extension or R#, but I’d rather solve it without uninstalling either of them.
Those look like live templates from ReSharper. You might be able to turn them off by going to
ReSharper -> Live Templates -> Predefined Templatesand unchecking the items you do not want.From your screen shot, the
atemplate is under the XML node, thectxandnguidare under the <no language> node.