通話記録のファイル名用に作成したVSCodeのスニペット
{
// Place your snippets for plaintext here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
// 金沢地方検察庁
"kthf": {
"scope": "text",
"prefix": "kthf",
"body": [
"金沢地方検察庁:発信:2024年2月$1日$2:$3(通話時間:$4分)"
],
"description": "check Box"
},
"kthb": {
"scope": "text",
"prefix": "kthb",
"body": [
"金沢地方検察庁:発信:2024年2月$1日$2:$3(通話時間:$4秒)"
],
"description": "check Box"
},
"kttf": {
"scope": "text",
"prefix": "kttf",
"body": [
"金沢地方検察庁:着信:2024年2月$1日$2:$3(通話時間:$4分)"
],
"description": "check Box"
},
"kttb": {
"scope": "text",
"prefix": "kttb",
"body": [
"金沢地方検察庁:着信:2024年2月$1日$2:$3(通話時間:$4秒)"
],
"description": "check Box"
},
// 金沢弁護士会
"kbhf": {
"scope": "text",
"prefix": "kbhf",
"body": [
"金沢弁護士会:発信:2024年2月$1日$2:$3(通話時間:$4分)"
],
"description": "check Box"
},
"kbhb": {
"scope": "text",
"prefix": "kbhb",
"body": [
"金沢弁護士会:発信:2024年2月$1日$2:$3(通話時間:$4秒)"
],
"description": "check Box"
},
"kbtf": {
"scope": "text",
"prefix": "kbtf",
"body": [
"金沢弁護士会:着信:2024年2月$1日$2:$3(通話時間:$4分)"
],
"description": "check Box"
},
"kbtb": {
"scope": "text",
"prefix": "kbtb",
"body": [
"金沢弁護士会:着信:2024年2月$1日$2:$3(通話時間:$4秒)"
],
"description": "check Box"
},
// 金沢地方裁判所刑事部
"kkhf": {
"scope": "text",
"prefix": "kkhf",
"body": [
"金沢地方裁判所刑事部:発信:2024年2月$1日$2:$3(通話時間:$4分)"
],
"description": "check Box"
},
"kkhb": {
"scope": "text",
"prefix": "kkhb",
"body": [
"金沢地方裁判所刑事部:発信:2024年2月$1日$2:$3(通話時間:$4秒)"
],
"description": "check Box"
},
"kktf": {
"scope": "text",
"prefix": "kktf",
"body": [
"金沢地方裁判所刑事部:着信:2024年2月$1日$2:$3(通話時間:$4分)"
],
"description": "check Box"
},
"kktb": {
"scope": "text",
"prefix": "kktb",
"body": [
"金沢地方裁判所刑事部:着信:2024年2月$1日$2:$3(通話時間:$4秒)"
],
"description": "check Box"
},
// 珠洲警察署
"skhf": {
"scope": "text",
"prefix": "skhf",
"body": [
"珠洲警察署:発信:2024年2月$1日$2:$3(通話時間:$4分)"
],
"description": "check Box"
},
"skhb": {
"scope": "text",
"prefix": "skhb",
"body": [
"珠洲警察署:発信:2024年2月$1日$2:$3(通話時間:$4秒)"
],
"description": "check Box"
},
"sktf": {
"scope": "text",
"prefix": "sktf",
"body": [
"珠洲警察署:着信:2024年2月$1日$2:$3(通話時間:$4分)"
],
"description": "check Box"
},
"sktb": {
"scope": "text",
"prefix": "sktb",
"body": [
"珠洲警察署:着信:2024年2月$1日$2:$3(通話時間:$4秒)"
],
"description": "check Box"
}
}
この記事が気に入ったらサポートをしてみませんか?