zignd / HTML-CSS-Class-Completion

:chocolate_bar: Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion
MIT License
253 stars 83 forks source link

No auto-completion for all boostrap4 classes #123

Open alihasana opened 6 years ago

alihasana commented 6 years ago

Dear Team,

There is no auto-completion for all bootstarp class like mb, pb, text-nowrap

please let me know if there is any configuration to do from my end Thanks

zignd commented 6 years ago

Hi @alihasana, sorry for taking this long to reply, I just checked and it seems to be working, with both a local bootstrap.css file and with a link element pointing to a CDN. How are you structuring your workspace?

psychelzh commented 6 years ago

Here the same. No css detected?

image

michaeljota commented 6 years ago

Hi! I'm using this with an Angular project, and does not seem to suggest all the Bootstrap classes either. The Bootstrap is being loaded through a CDN in the index.html file. Is a regular angular-cli project

kikocastroneto commented 5 years ago

I've the same issue. Not all classes are being exposed.

marcuslsouza commented 5 years ago

I can confirm this. Seems like all the classes inside @media aren't being suggested. For bootstrap CSS and other CSSs.