poster-design/service/.vscode/apidoc.code-snippets

13 lines
240 B
Plaintext
Raw Normal View History

2023-08-23 09:20:18 +00:00
{
// ${1:label}, ${2:another}
"Print to console": {
"prefix": "apidoc",
"body": [
"/**",
"* @api {get} /user/getUserById/:id ${3:__apiname__}",
"* @apiGroup ${1:label}",
"*/"
],
"description": "my ts-vue template"
}
}