{ "实现命令": { "prefix": "command", "body": [ "export class Command_$1 implements Command", "{", " async exec()", " { ", " $2", " }", "}" ], "description": "实现命令" } }