Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What intellisense dropdown is this, and how do I turn it off?

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.

like image 330
Tomas Aschan Avatar asked Jun 23 '10 10:06

Tomas Aschan


1 Answers

Those look like live templates from ReSharper. You might be able to turn them off by going to ReSharper -> Live Templates -> Predefined Templates and unchecking the items you do not want.

From your screen shot, the a template is under the XML node, the ctx and nguid are under the <no language> node.

like image 183
adrianbanks Avatar answered Sep 23 '22 15:09

adrianbanks