vscode-settings配置

{
    // 文字加粗
    "editor.fontWeight": "bold",
    "files.autoSave": "afterDelay", 
    "eslint.run": "onSave", // 自动保存
    "eslint.alwaysShowStatus": true,
    "editor.mouseWheelZoom": true, // ctrl+滚轮放大缩小代码页面
    "path-intellisense.mappings": {
        "@": "${workspaceRoot}/src", // '/'显示路径
        "/": "${workspaceRoot}/" // '@' 显示路径
    },
    // 工具-tab缩进
    "emmet.showSuggestionsAsSnippets": true,
    "emmet.triggerExpansionOnTab": true,
    "editor.tabCompletion": "on",
    "workbench.colorTheme": "Monokai", // 主题颜色
    "git.autofetch": true,
    "editor.minimap.enabled": false,
    "workbench.editor.untitled.hint": "hidden",
    "security.workspace.trust.untrustedFiles": "open",
    "[vue]": {
        "editor.defaultFormatter": "octref.vetur" 
    },
    "editor.formatOnSave": true, // 编辑后自动保存
    "vetur.format.defaultFormatterOptions": {
        "js-beautify-html": {
            "wrap_attributes": "aligned-multiple"
        },
        "prettier": {
            "printWidth": 100,
            "wrapAttributes": false,
            "sortAttributes": false,
            "semi": false,
            "singleQuote": true,
            "trailingComma": "none",
        },
        "vetur.format.defaultFormatter.html": "js-beautify-html",
    },
    "vetur.format.defaultFormatter.html": "js-beautify-html",
    "vetur.useWorkspaceDependencies": true,
    "editor.codeActionsOnSave": {
        "source.fixAll.eslint": true
    },
    "vetur.format.defaultFormatter.js": "vscode-typescript",
    "javascript.format.insertSpaceBeforeFunctionParenthesis": true,
    "path-intellisense.extensionOnImport": true,
    "workbench.iconTheme": "material-icon-theme",
    "workbench.startupEditor": "none",
    "bracketPairColorizer.depreciation-notice": false,
    "editor.tabSize": 2,
    "settingsSync.ignoredExtensions": [],
}

posted on     阅读(211)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· AI技术革命,工作效率10个最佳AI工具

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示