Sébastien Richer
Sébastien Richer

Reputation: 1691

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!

Upvotes: 14

Views: 923

Answers (2)

Vladivarius
Vladivarius

Reputation: 518

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.

Upvotes: 0

Jordan Morris
Jordan Morris

Reputation: 2301

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

Upvotes: 2

Related Questions