设置-----》用户配置用户代码片段---------选第一个新建全局

{
placeholders.
// Placeholders with the same ids are connected.
// Example:
"注释": {
"scope": "javascript,typescript", //适用范围
"prefix": "aa", // 触发关键词
"body": [
//内容
"//-----------------------------------------------------------",
"$2"
],
"description": "注释" //备注功能
}
}