美文网首页
VS Code的快速补全html代码,react代码

VS Code的快速补全html代码,react代码

作者: demoxjl | 来源:发表于2019-11-22 10:27 被阅读0次

一,配置settings.json文件

在file中的preferences -> settings 中搜索emmet.includeLanguages, User中会有一个Edit  in settings.json文件,点击进去,把emmet.includeLanguages: { "javascript" : "javascriptreact"} 添加进去

二、安装 Vscode插件,ES7

搜索ES7 会出现 ES7 React/Redux/Graph...点击安装,成功后再react js文件中输入rcc会自动补全react 模板代码

相关文章

网友评论

      本文标题:VS Code的快速补全html代码,react代码

      本文链接:https://www.haomeiwen.com/subject/qyefwctx.html