打开VS设置,setting.json添加如下代码

{
    "editor.wordWrap": "on",
    "editor.wordWrapColumn": 800,
    "[markdown]": {

        "editor.wordWrap": "on",
        "editor.quickSuggestions": false
    },
    // 解决Vue换行问题
    "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
        }
    },
}

 

Logo

前往低代码交流专区

更多推荐