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

2

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!

Retractile answered 17/10, 2012 at 14:7 Comment(0)
M
2

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

Miamiami answered 1/10, 2014 at 21:4 Comment(0)
H
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.

Harms answered 19/8, 2017 at 13:29 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.