Duduś Duduś
Duduś Duduś

Reputation: 3

Visual studio code intellisense doesn't see html classes

VS code intellisense doesn't see html classes. Is it even possible to make this as I want?

Extensions don't help

image

Upvotes: 0

Views: 984

Answers (1)

Austen Holland
Austen Holland

Reputation: 1978

By default, I don't believe VSC has this feature implemented into IntelliSense. However, there are popular marketplace extensions that implement what you are looking for!

This one will autocomplete css->html https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion or by searching Zignd.html-css-class-completion in the marketplace section inside VSC.

And this one will autocomplete html->css: https://marketplace.visualstudio.com/items?itemName=solnurkarim.html-to-css-autocompletion or by searching solnurkarim.html-to-css-autocompletion in the marketplace section inside VSC.

Upvotes: 1

Related Questions