Hi, mastering JavaScript is critical if you want to be a modern, professional developer: www.udemy.com/course/professional-javascript-course/?referralCode=0C1D5752923168BC87C2 Also, if you are a front-end developer then mastering CSS (including Flexbox, CSS Grid, etc.) is equally important: www.udemy.com/course/professional-css/?referralCode=4C3C08E82629E6B15752
@revindz4308 ай бұрын
it wont auto complete on mine, am i doing anything wrong?
@hateem8287 Жыл бұрын
is there a way to display the suggestions while using emmet?
@bashachand8590 Жыл бұрын
i installed bootstrap 5 via npm and installed plugin you suggested it wont work bro
@samilqs11 ай бұрын
x2
@RobertZachner3 ай бұрын
there is an answer in the docs on the extension description if you installed bs5 thru npm you have to include the paths in extension settings, "If Bootstrap npm module is used with additional scss the following can be a starting point: .vscode/settings.json { "css.styleSheets": [ "node_modules/bootstrap/dist/css/bootstrap.css", "src/**/*.scss" ] }
Жыл бұрын
good plugin but it's not showing real css codes, eg. mb-4 which css code corresponding I can't see that😞
@gayan6438 Жыл бұрын
Thank you !!! ❤
@REET911 Жыл бұрын
For some reason this works when im adding classes on some html elements and on some elements it just does not trigger and give suggestions. I can not figure out why.
@semnomedasilva2945 Жыл бұрын
Brabíssimo, SABEEEE MUITO, hug from Brazil
@chocolyte1950 Жыл бұрын
Thnx a lot sir
@blackpurple91632 жыл бұрын
This workd with CDNs? I use bs5 cdn for testing mostly, haven't installed it via npm
@ByteGrad2 жыл бұрын
Yes, only CDN link for Bootstrap CSS necessary for this extension to work (also make sure to include Bootstrap’s JS portion to make everything else work)
@blackpurple91632 жыл бұрын
@@ByteGrad yes I always use both stylesheet and script for proper functioning
@chaozhang21022 жыл бұрын
I really like your videos! A quick question, do you have to have bootstrap installed locally to have its classes recognized by this extension? Thank you very much!
@ByteGrad2 жыл бұрын
You only need to link to the Bootstrap CSS for the extension to work (also make sure to link to Bootstrap JS portion for other things to work). Check out the Bootstrap homepage website for the links