VScode html comment snippet with divs, thx @akella for original sublime version. Dicomment html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"di.comment": { | |
"prefix": "di", | |
"body": [ | |
"<!-- begin $1 -->", | |
"<div class=\"$1\">", | |
" $2", | |
"</div>", | |
"<!-- end $1 -->", | |
], | |
"description": "VScode html comment snippet with divs, thx @akella for original sublime version" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Попытка перенести снипет @akella на VS code.
Работает адекватно лишь по выбору через enter.