我正在尝试PHPstorm ide 6.当我打开一个html文件,我有一个这样的div
<div style="height:20px;background-color:red;"><!-- --></div>
编辑显示如下:
<div style="..."><!-- --></div>
如果我鼠标悬停/点击样式属性,它会显示我的内容.有一种我可以设置这种方式来总是给我看样式的内容吗?
谢谢
我已经找到了解决方案
更新:较新版本(由@gArn提及)
原文链接:https://www.f2er.com/php/139340.html更新:较新版本(由@gArn提及)
File -> Settings -> Editor -> General -> Code folding -> unckeck
HTML ‘style’ attribute
旧版本:
File -> Settings -> Editor -> Code folding -> unckeck HTML ‘style’ attribute