PhpStorm - html类的建议

时间:2016-01-02 12:23:33

标签: html css phpstorm

在编写html模板时,是否可以通过PhpStorm中的css文件建议css类?在Netbenas,这是非常棒的功能,我也想在PhpStorm中使用它。

enter image description here

2 个答案:

答案 0 :(得分:1)

是的,你可以。 PhpStrom非常智能,它自动包含我们在样式表中编写的每个css类,只需在样式表中添加任何CSS类,

例如:你有style.css,现在你想使用一个类my-class{background-color: green;},如果你的CSS包含在你的项目中,那么当你编写它时它会自动显示在你的HTML代码中。

enter image description here

enter image description here

答案 1 :(得分:1)

还要考虑在模板文件中排除<style>个标记。我拼命谷歌搜索直到找到this thread in jetbrains support forums

我在模板中确实包含了一些样式,这就是问题所在。