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

927 views Asked by At

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!

2

There are 2 answers

0
Jordan Morris On

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

0
Vladivarius On

Go to tools -> options -> text editor -> all languages(or chose one), and untick Automatic brace completion. You can also search for it in options menu.