vscode 配置文件
配置如下:
{
"window.zoomLevel": 2,
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
},
//vetur:对html的内容使用js-beautify-html
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-expand-multiline"
},
"prettyhtml": {
"printWidth": 100,
"singleQuote": false
}
},
//workbench
"workbench.colorTheme": "Monokai",
"workbench.startupEditor": "welcomePage",
"javascript.format.insertSpaceBeforeFunctionParenthesis": false,
"eslint.enable": true,
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"vue",
{
"language": "vue",
"autoFix": true
}
],
"eslint.options": {
"plugins": [
"html"
]
},
"files.associations": {
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript",
"*.ejs": "html",
"*.js": "javascript",
"*.vue": "vue"
},
"emmet.includeLanguages": {
"wxml": "html"
},
"update.showReleaseNotes": false,
"telemetry.enableCrashReporter": false,
"files.autoSave": "off",
//editor
"editor.formatOnSave": true,
"editor.renderWhitespace": "all",
"editor.mouseWheelZoom": false,
"editor.wordWrap": "on",
"editor.tabSize": 4,
"editor.fontSize": 14,
"editor.fontFamily": "Consolas, 'Courier New', monospace",
//explorer
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"vsicons.dontShowNewVersionMessage": true
}
可安装的插件 :
中文简体包;
ESlint;
Git History;
Git History Diff;
GitLens;
Vetur;
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】博客园社区专享云产品让利特惠,阿里云新客6.5折上折
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步