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!
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!
One way to avoid this annoyance is to add the closing comment symbols first.
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.
© 2022 - 2024 — McMap. All rights reserved.