简体   繁体   中英

how do I add a comment tag in VSCode for HTML using Emmet?

How to add a comment tag in HTML using Emmet in VSCode?

What I want: Before:

<div class='abc'>

After using Emmet keyboard shortcut:

<div class='abc'> <!-- -->

Emmet 内置了输出注释的c缩写

它在 MacOS 中使用 shift+option+a 工作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM