This commit is contained in:
2025-08-04 09:29:27 +08:00
parent a826d55b54
commit e641970377
5 changed files with 86 additions and 38 deletions

View File

@@ -254,32 +254,6 @@
" */\n",
]
},
"JavaDoc for class": {
"scope": "java",
"prefix": "javadoc-class",
"body": [
"/**",
" * ${1:$TM_FILENAME_BASE}",
" *",
" * <p>",
" * ${2:description}",
" * </p>",
" *",
" * <p>",
" * <b>NOTE: ${3:content}.</b>",
" * </p>",
" * @author ${4:<a href=\"${5:http://zhouxy.xyz:3000/ZhouXY108}\">${6:ZhouXY}</a>}",
" * @since $7",
" * @see $8",
" */",
],
"description": "JavaDoc for class"
},
"inheritDoc": {
"scope": "java",
"prefix": ["javadoc-inheritDoc", "doc-inheritDoc"],
"body": "/** {@inheritDoc} */"
},
"Jdbc Template": {
"scope": "java",
"prefix": "jdbc",