Reputation: 1691
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
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
Reputation: 2301
One way to avoid this annoyance is to add the closing comment symbols first.
Upvotes: 2