vscode在js代码中实现标签提示的功能

在setting.json文件中添加

"emmet.includeLanguages": {
    "vue-html": "html",
    "javascript": "javascriptreact"
  }

你可能感兴趣的:(vscode在js代码中实现标签提示的功能)