How can I disable Visual Studio 2015 comments' auto completion ?
For example, when I try to comment like this: /*
, I instantly get /**/
.
Another example in ASP.NET MVC would be @*
-> @**@
.
How can I disable Visual Studio 2015 comments' auto completion ?
For example, when I try to comment like this: /*
, I instantly get /**/
.
Another example in ASP.NET MVC would be @*
-> @**@
.
I don't have this issue in VS 2015, myself, but it looks like the ESC key will halt the auto complete:
How to cancel autocomplete in Visual Studio 2015
Or maybe this, to turn off intellisense?