WebStorm 实用小技巧 @ Mon, Feb 20, 2023 4:10 PM
WebStorm 实用小技巧 @ Mon, Feb 20, 2023 5:19 PM
Expand 65 lines ...
66
### JSX 属性按照属性类型来,避免字符串出现大括号
66
### JSX 属性按照属性类型来,避免字符串出现大括号
67
67
68
~~Choosing **Based on type:** as **Add for JSX attributes** value in **Settings | Editor | Code Style | HTML, Other**~~ 建议设置为 Braces, Based on type 就一个字不实用。
68
~~Choosing **Based on type:** as **Add for JSX attributes** value in **Settings | Editor | Code Style | HTML, Other**~~ 建议设置为 Braces, Based on type 就一个字不实用。
69
+
70
+
### Markdown 文件单行太长
71
+
72
+
单行太长影响阅读,使用 double shift 搜索 soft-wrap, 快速设置。