VSCode本地配置
{
"git.ignoreMissingGitWarning": true,
// 文件保存时去除末尾空格
"files.trimTrailingWhitespace": true,
// 空格显示
"editor.renderWhitespace": "all",
"editor.fontSize": 16,
"editor.tabSize": 2,
"editor.insertSpaces": true,
// 小程序开发时,对wxml, wxss进行转换
"files.associations": {
"*.wxml": "xml",
"*.wxss": "css"
},
// 右侧小地图隐藏
"editor.minimap.enabled": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"window.zoomLevel": 0
}
windows
{
"git.ignoreMissingGitWarning": true,
"files.trimTrailingWhitespace": true,
"editor.renderWhitespace": "all",
"git.defaultCloneDirectory": "D:/workspace/AMS/AMS/program/web/console",
"explorer.confirmDragAndDrop": false,
"terminal.integrated.shell.windows": "D:\\software\\Git\\bin\\bash.exe",
"breadcrumbs.enabled": false,
"update.mode": "none"
}
vue开发插件
AutoCloseTag 自动添加闭合标签
Beautify 格式化js文件
ESLint vue格式规范
Vetur 识别vue文件
Vue VSCode Snippets vue代码快速生成指令
微信小程序插件
WeApp Snippets 快速生成wx js,wxml文件
wechat-snippet 快速生成wx js,wxml文件
php插件
PHP IntelliSense 关键字联想