VSCode intellisense flooded with css classes in typescript

Viewed 1782

I've been having some annoyance with vscode while programming in typescript, intellisense seems to think that any object in a typescript file has all of the css classes as properties, when I type a "." after any object it shows a list including the objects methods, properties and a tuck load of css classes making intellisense virtually useless.

I've tried disabling all the extensions that I felt might have something related to it to no avail, but here is the list of extensions I have installed in case I missed something:

Beautify

DotENV

Heroku

heroku-cli

HTML CSS Support

HTML Preview

IntelliSense for CSS class names in HTML

Material Icon Theme

1 Answers

Try to disable these 2 plugins and check again:

HTML CSS Support

IntelliSense for CSS class names in HTML

Related