在phpstorm中显示标签样式属性

前端之家收集整理的这篇文章主要介绍了在phpstorm中显示标签样式属性前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在尝试PHPstorm ide 6.当我打开一个html文件,我有一个这样的div
<div style="height:20px;background-color:red;"><!-- --></div>

编辑显示如下:

<div style="..."><!-- --></div>

如果我鼠标悬停/点击样式属性,它会显示我的内容.有一种我可以设置这种方式来总是给我看样式的内容吗?

谢谢

解决方案:
文件 – >设置 – >编辑 – >代码折叠 – > unckeck HTML’style’属性

我已经找到了解决方
更新:较新版本(由@gArn提及)

File -> Settings -> Editor -> General -> Code folding -> unckeck
HTML ‘style’ attribute

旧版本:

File -> Settings -> Editor -> Code folding -> unckeck HTML ‘style’ attribute

原文链接:https://www.f2er.com/php/139340.html

猜你在找的PHP相关文章