如何快速创建vscode 中的类(javascript)
我知道以 .html 格式工作
示例:.footer
键键盘 tab otomatics
为什么不以 .js 格式工作?
I know working in format .html
Example: .footer
key keyboard tab otomatics <div class="footer">
Why not working in format .js?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它由埃米特完成。安装 Emmet 后。就可以去设置了。在 Emmet 下:包括语言:添加语言。
或转到 settings.json 并添加以下代码:
It completes by Emmet. After you install the Emmet. You can go to the setting. Under the Emmet: Include languages: add the language.
or go to the settings.json and add the code below: