问题描述:
<link rel="stylesheet" href="lib/bootstrap-4.0.0-dist/css/bootstrap.css">
在html中引入boot,并且在vscode中安装了bootstrap 3 snippets 和bootstrap 4 snippets,但是在输入类名时(我输入的是
table-bordered)并没有提示,只有table提示,安装插件 IntelliSense for CSS class names ,瞬间奏效。
本文介绍在VSCode中使用Bootstrap时,通过安装特定插件实现类名智能提示的过程。作者在引入Bootstrap并安装相关snippets后,发现部分类名如'table-bordered'无法获得提示,最终通过安装IntelliSenseforCSSclassnames插件解决了问题。
问题描述:
<link rel="stylesheet" href="lib/bootstrap-4.0.0-dist/css/bootstrap.css">
在html中引入boot,并且在vscode中安装了bootstrap 3 snippets 和bootstrap 4 snippets,但是在输入类名时(我输入的是
table-bordered)并没有提示,只有table提示,安装插件 IntelliSense for CSS class names ,瞬间奏效。

被折叠的 条评论
为什么被折叠?