HTML-CSS-Class-Completion icon indicating copy to clipboard operation
HTML-CSS-Class-Completion copied to clipboard

Plugin doesn't offer auto-complete of all Bootstrap @media query CSS classes

Open Howshall opened this issue 9 years ago • 3 comments

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)

screenshot 699

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)

screenshot 695

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)

screenshot 696

screenshot 697

Howshall avatar Oct 21 '16 13:10 Howshall

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

agiguere avatar Apr 21 '19 15:04 agiguere

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.

1898182 avatar Oct 09 '19 00:10 1898182

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.

Howshall avatar Oct 09 '19 10:10 Howshall