vscode使用

1.插件:



2.代碼格式化:

{
"workbench.iconTheme": "vscode-icons",
"editor.tabSize": 2,
"window.zoomLevel": 0,
"workbench.panel.location": "bottom",
"editor.snippetSuggestions": "top",
"editor.renderWhitespace": "boundary",
"trailing-spaces.trimOnSave": true,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"editor.quickSuggestions": {
"strings": true
},
"editor.formatOnSave": true,
"prettier.semi": false,
"prettier.singleQuote": true,
"prettier.eslintIntegration": false,
"prettier.printWidth": 140,
"prettier.disableLanguages": [
"vue"
],
"vetur.format.defaultFormatter.html": "js-beautify-html",
"search.smartCase": true,
"git.enableSmartCommit": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorTheme": "One Dark Pro",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",

}

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章