Filling the HTML tag class attribute is very slow

IntelliSense for the html tag class attribute freezes VS for 5 seconds with every autocompletion, and it really slows me down. I tried to disable the entire function using: Tools> Options> Text Editor> HTML> Advanced and Insert Attribute Values ​​into false.

But even if I no longer have this IntelliSense, VS continues to freeze for 5 seconds, as if it was still parsing in the background.

What can I do to solve the main problem or disable the function?

thank

Update: In fact, IntelliSense HTML attributes are still appearing! Is there a settings cache that needs to be cleared?

+4
source share

All Articles