0514-86177077
9:00-17:00(工作日)
VSCode插件安裝完成后,有些插件如果你想要完整的使用其中的功能得在settings.json中就行配置,接下來是我常用的一些配置
{ "workbench.iconTheme": "vscode-icons", "window.zoomLevel": 0, "files.autoSave": "off", "eslint.runtime": "", "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "eslint.codeAction.disableRuleComment": {}, "eslint.codeAction.showDocumentation": {}, "editor.formatOnSave": true, "vetur.completion.scaffoldSnippetSources": {}, "vetur.format.defaultFormatter.html": "prettier", // 是否允許自定義的snippet片段提示 "editor.snippetSuggestions": "top", "editor.fontSize": 14, "editor.fontWeight": "400", "editor.formatOnType": true, "guides.enabled": false, "editor.tabSize": 2, "git.confirmSync": false, "editor.renderWhitespace": "boundary", "editor.cursorBlinking": "smooth", "editor.minimap.enabled": true, "editor.minimap.renderCharacters": false, "window.title": "${dirty}${activeEditorMedium}${separator}${rootName}", "editor.codeLens": true, // 配置文件關聯,以便啟用對應的提示 "files.associations": { "*.vue": "vue", "*.wxss": "css", "*.cjson": "jsonc", "*.wxs": "javascript" }, // 配置emmet是否啟用tab展開縮寫 "emmet.triggerExpansionOnTab": true, // 配置emmet對文件類型的支持 "emmet.syntaxProfiles": { "javascript": "jsx", "vue": "html", "vue-html": "html" }, // 是否開啟eslint檢測 "eslint.enable": true, // eslint配置文件 "eslint.options": { "extensions": [ ".js", ".vue" ] }, "git.autofetch": true, "workbench.colorTheme": "One Dark Pro", "emmet.includeLanguages": { "wxml": "html" }, "minapp-vscode.disableAutoConfig": true, }
這個配置能夠直接讓你ctrl+/注釋代碼,不管是vue的還是html的;也能ctrl+s時使用eslint格式化代碼;輸入for,forEach,map等的自動完成代碼等一系列的快捷操作
到此這篇關于VSCode插件安裝完成后的配置詳解的文章就介紹到這了,更多相關VSCode插件安裝后配置內容請搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關文章希望大家以后多多支持腳本之家!
標簽:雙鴨山 遵義 哈爾濱 鄂爾多斯 丹東 錫林郭勒盟 莆田 襄陽
上一篇:詳解git使用小結(本地分支與遠程分支、git命令)
下一篇:vscode如何設置默認打開的瀏覽器為Chrome
Copyright ? 1999-2012 誠信 合法 規(guī)范的巨人網絡通訊始建于2005年
蘇ICP備15040257號-8