6

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

2

1 Answer 1

11

Try to disable these 2 plugins and check again:

HTML CSS Support

IntelliSense for CSS class names in HTML

Sign up to request clarification or add additional context in comments.

1 Comment

thanks, @sergio! this was annoying me for moths @thomas, I can confirm that this was happening because of ecmel.vscode-html-css extension (found corresponding issue: github.com/ecmel/vscode-html-css/issues/138)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.