vscode打开新文件时旧文件会关闭问题
设置里面搜索:workbench.editor.enablePreview,取消勾选即可,这样每次单击打开的文件都不会再覆盖前一个了

vscode调整显示文字大小
设置搜索:window.zoomLevel :左侧文字大小
size : 编辑器显示文字大小


组件中路径跳转
安装插件: vue-helper vetur
"vue-helper.alias": {
"@": "src"
},
"vue-helper.componentPrefix": {
"alias": "@",
"path": "src"
}
所有评论(0)