Is there any way to disable the intellisense when working in HTML? The pop-up covers what I am typing which I find extremely annoying.
It's also completely useless because it on selecting it doubles up the name. For example, if I'm applying the 'btn-primary' class to a button as I type 'btn-' and then select it from the list, it makes it 'btn-btn-primary'.
I just want to disable it. I've gone into Options and turned off auto-complete under Intellisense and I've disabled the Intellicode extension. Still shows up.
Needed to uncheck the "Auto list members" option under ASP.NET Web Forms to turn off the intellisense.