Reputation: 3
VS code intellisense doesn't see html classes. Is it even possible to make this as I want?
Extensions don't help
Upvotes: 0
Views: 984
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