例如
<style type="text/css">
body{
font-size1 : 14px;
font-size2qq : 14px;
font-size3 : 14px;
}
</style>
在 VSCodeBeautify setting 文件里没能找到 https://github.com/HookyQR/VSCodeBeautify/blob/master/Settings.md
会格式化成 [ "component", [{ "libraryName": "element-ui", "styleLibraryName": "~theme" }] ] 而不是 [ "component", [{ "libraryName": "element-ui", "styleLibraryName": "~theme" }] ]
看起来难受 (╯﹏╰)
1
leer561 OP JSON 格式化会变成
```javascript [ "component", [{ "libraryName": "element-ui", "styleLibraryName": "~theme" }] ] ``` 而不是 ```javascript [ "component", [{ "libraryName": "element-ui", "styleLibraryName": "~theme" }] ] ``` |
2
DaPanda 2017 年 6 月 30 日
https://github.com/HookyQR/VSCodeBeautify
不知道有没有能实现你需要的 |