VSCODE添加注释模板

image
image

注释模板代码

点击查看代码
{
	"Function annotation": {
		"prefix": "note",
		"body": [
		   "/*"
		   "* 函数功能:"
		   "* 输入参数:"
		   "* 返回参数:"
		   "*/"
		],
		"description": "Function annotation"
	}
}
posted @ 2022-12-29 10:28  zhaoo_o  阅读(21)  评论(0编辑  收藏  举报