Skip to content

Instantly share code, notes, and snippets.

@themkvz
Last active May 18, 2019 13:48
Embed
What would you like to do?
VScode html comment snippet with divs, thx @akella for original sublime version. Dicomment html
{
"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"
}
}
@themkvz
Copy link
Author

themkvz commented Mar 2, 2017

Попытка перенести снипет @akella на VS code.
Работает адекватно лишь по выбору через enter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment