1. 打开设置,搜索emmet
2. 找到setting.json进行编辑
3. 将下列代码粘贴,保存。
// vscode不自动补全
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.quickSuggestionsDelay": 100,
"editor.quickSuggestions": null,
"window.zoomLevel": 0,
"terminal.integrated.rendererType": "dom",
"files.associations": {
"*.vue": "html"
}
4. 然后就可以正常使用了,亲测好用。