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

934 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 best solutions below

0
On

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

0
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.