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

三世轮回 提交于 2019-12-18 07:32:24

问题


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!


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/12936215/how-to-disable-autocomplete-in-visual-studio-2012-or-resharper

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!