14

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!

John Arlen
  • 6,539
  • 2
  • 33
  • 42
Sébastien Richer
  • 1,642
  • 2
  • 17
  • 38

2 Answers2

2

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

Jordan Morris
  • 2,101
  • 2
  • 24
  • 41
0

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.

Vladivarius
  • 498
  • 1
  • 3
  • 14