Skip to content

Instantly share code, notes, and snippets.

View ymyqwe's full-sized avatar
🎯
Focusing

Mania Yu ymyqwe

🎯
Focusing
  • Microsoft
  • Suzhou
View GitHub Profile
@ymyqwe
ymyqwe / comment.code-snippets.json
Created December 21, 2018 09:39
Vscode comment snippet
{
"userComment": {
"scope": "javascript,typescript",
"prefix": "comm",
"body": [
"/*",
" * Author: ManiaU ",
" * Mail: yumingyuan001@ke.com ",
" * Date: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE} ${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}",
" * Description: ${1: describe what you do below}",