Search code examples
visual-studio-2022

Completely turn off HTML intellisense in Visual Studio 2022?


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.

enter image description here

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.

enter image description here


Solution

  • Needed to uncheck the "Auto list members" option under ASP.NET Web Forms to turn off the intellisense.

    enter image description here