创建具有乘法功能的代码段

问题描述

我想在自己的代码段中重新创建这种乘法效果,但是要使用React组件,如下所示:

Emmet in vscode


键入[componentName]*3将创建:

<ComponentName/>
<ComponentName/>
<ComponentName/>

如果可能的话,最好键入[componentName],*3来创建:

<ComponentName/>,<ComponentName/>,<ComponentName/> //note the missing comma here!

我试图从VSCode网站上的emmet和摘录文档中找出答案,但没有成功。

谢谢!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)