Issue
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'> <!-- -->
Solution
Emmet has built-in c
abbreviation which outputs comment
Answered By - Sergey Chikuyonok
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.