{ "editor.fontSize": 14, "eslint.validate": [ "javascript", "javascriptreact", { "language": "html", "autoFix": true }, { "language": "vue", "autoFix": true } ], "editor.tabSize": 2, "eslint.run": "onSave", // 建議改成onSave,儲存時進行自動執行eslint "eslint.autoFixOnSave": true, "gitlens.advanced.messages": { "suppressResultsExplorerNotice": true, "suppressShowKeyBindingsNotice": true, "suppressWelcomeNotice": true }, "vetur.format.defaultFormatter.html": "js-beautify-html", "workbench.colorTheme": "Visual Studio Dark", "gitlens.historyExplorer.enabled": true, "vetur.format.defaultFormatter.html": "prettier", "fileheader.Author": "MR.wang", "fileheader.LastModifiedBy": "MR.wang", } 複製程式碼
格式化程式碼:我是不喜歡用vetur外掛的格式化的(換行看著不舒服),這裡需要用到beautify外掛去格式化template程式碼來防止換行。具體操作是ctrl+P 輸入>beautify 然後選擇html。
fileheader安裝好 進行如圖配置即可,也是輸入ctrl+P 輸入>fileheader就會對檔案加上具體建立的時間和作者。
使用git的話 建議使用gitlens外掛!!使用方法很簡單,都點一下擴充套件的按鈕就明白具體的功能了。