假设我有一个这样的HTML文件:
//index.html
<div class="home__data">
<h1 class="home__title">Hi, I'am Alexa</h1>
<h3 class="home__subtitle">Frontend Developer</h3>
<p class="home__description">High level experience in web design, knowledge and producing quality work.</p>
<a href="#" class="button button--flex">
Contact Me <i class="uil uil-message button__icon"></i>
</a>
</div>
现在我想得到建议的***css类***这个***index.html***文件在我的css文件上*VSCODE***
你可以考虑*css intelliSense上vscode***.如果我们写我的html文件的css类属性,我们得到的类是写在css文件的建议.我想要这样的东西,但我想得到建议,在我的css文件的类是写在html文件.
//style.css
这可能吗?
1条答案
按热度按时间r7xajy2e1#
这些扩展解决了这个问题。
https://marketplace.visualstudio.com/items?itemName=solnurkarim.html-to-css-autocompletion
https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion
这两个扩展可以轻松地添加此功能。