WebStorm 实用小技巧 @ Thu, Feb 9, 2023 3:07 PM
WebStorm 实用小技巧 @ Mon, Feb 20, 2023 4:10 PM
Expand 64 lines ...
65
65
66
### JSX 属性按照属性类型来,避免字符串出现大括号
66
### JSX 属性按照属性类型来,避免字符串出现大括号
67
67
68
-
Choosing **Based on type:** as **Add for JSX attributes** value in **Settings | Editor | Code Style | HTML, Other**
68
+
~~Choosing **Based on type:** as **Add for JSX attributes** value in **Settings | Editor | Code Style | HTML, Other**~~ 建议设置为 Braces, Based on type 就一个字不实用。