Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable /* autocomplete in Visual Studio 2012 (or Resharper)

I have Visual Studio 2012 with Resharper installed. When editing css files, when I type /*, I get autocompletion like so: /**/

I would like to disable that, but I cannot find it in the options menu.

Where can I disable that?

Thank you!

like image 211
Sébastien Richer Avatar asked Oct 17 '12 14:10

Sébastien Richer


People also ask

How do I turn on autocomplete in Visual Studio?

The suggestion list of Automatic completion appears as soon as you start typing a new identifier. The suggestion list of Basic completion appears when you press the default Visual Studio IntelliSense shortcut Ctrl+Space .


1 Answers

One way to avoid this annoyance is to add the closing comment symbols first.

like image 103
Jordan Morris Avatar answered Sep 28 '22 03:09

Jordan Morris