0

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 @* -> @**@.

ekad
  • 14,436
  • 26
  • 44
  • 46
Marcus
  • 128
  • 2
  • 12

1 Answers1

0

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?

Disable Intellisence

Community
  • 1
  • 1
Michael Armes
  • 1,056
  • 2
  • 17
  • 31