Plugin doesn't offer auto-complete of all Bootstrap @media query CSS classes
Working in a project that uses standard Bootstrap CSS styles as it's base, it appears this plugin doesn't present ALL standard framework CSS classes in auto complete choices. Possibly related to those classes being within @media queries? (As VS Code plugin status icon says it's fully loaded all CSS)

Specific examples in my project are incomplete offered choices for .hidden-... related responsive utility classes http://getbootstrap.com/css/#responsive-utilities with classes like .hidden-xs and .hidden-sm are missing, while some valid classes like .hidden are presented (see screenshot)

Another specific example is this plugin missing all classes like col-sm-push... or col-md-push- related classes. However does slow full col-xs-... related css class choices like col-xs-push... & col-xs-pull... classes. (see 2x screenshots below)


same for me, do you have a timeframe for it
css classes like (text-align, d-inline, d-block ...) in bootstrap don't show in the auto-completion
thanks
Still in late 2019, I am having this issue as well. I am offered all the btn-color classes but none of the bg-color classes. I could not list all of the missing classes. I come from Brackets editor and the extension I use is the one from growlscript. The extension is named "Brackets CSS Class Code hint"... if that can give any help.
Sorry to say this, but meantime might well be worth you trying alternate https://marketplace.visualstudio.com/items?itemName=ecmel.vscode-html-css Which says it supports and loads all CSS and SCSS styles + you can even config for it to look at CSS held in external reference URL files.