Skip to content

Instantly share code, notes, and snippets.

@apatten
Last active January 27, 2023 22:37
Show Gist options
  • Save apatten/b5b0b678e6ec68b510126c5d4581f79d to your computer and use it in GitHub Desktop.
Save apatten/b5b0b678e6ec68b510126c5d4581f79d to your computer and use it in GitHub Desktop.
{
"TODO": {
"prefix": "TODO",
"body": [
"$LINE_COMMENT TODO (name, $CURRENT_YEAR$CURRENT_MONTH$CURRENT_DATE): "
],
"description": "TODO with name and date"
},
"NOTE": {
"prefix": "NOTE",
"body": [
"$LINE_COMMENT NOTE (name, $CURRENT_YEAR$CURRENT_MONTH$CURRENT_DATE): "
],
"description": "Note with name and date"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment