当前位置:
首页 >
vscode 设置断点知乎_vscode 代码自动换行设置
发布时间:2023/12/19
48
豆豆
生活随笔
收集整理的这篇文章主要介绍了
vscode 设置断点知乎_vscode 代码自动换行设置
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
1,ctrl + , 打开设置;
2,点击右上角 打开设置(json)
3,输入选择代码,并保存;
附:设置代码
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatter.js": "vscode-typ=script",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "auto"
},
"prettyhtml": {
"printWidth": 100,
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": false
}
},
总结
以上是生活随笔为你收集整理的vscode 设置断点知乎_vscode 代码自动换行设置的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 介绍python修饰器的书_python
- 下一篇: xgboost 正则项_XGBoos算法