소스 검색

Add a snippet for species info

master
Fen Dweller 5 년 전
부모
커밋
bafcb50a1f
2개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      .vscode/settings.json
  2. +10
    -0
      .vscode/snippets.code-snippets

+ 2
- 1
.vscode/settings.json 파일 보기

@@ -1,3 +1,4 @@
{
"minify.minifyExistingOnSave": true
"minify.minifyExistingOnSave": true,
"editor.snippetSuggestions": "top"
}

+ 10
- 0
.vscode/snippets.code-snippets 파일 보기

@@ -82,5 +82,15 @@
"},"
],
"description": "Size"
},
"Species": {
"prefix": "species",
"body": [
"\"$1\": {",
" name: \"${1/([^-]+)(-)?/${1:/capitalize}${2:+ }/g}\",",
" parents: [$2]",
"}"
],
"description": "Species"
}
}

불러오는 중...
취소
저장