VSCODE添加注释模板


注释模板代码
点击查看代码
{
"Function annotation": {
"prefix": "note",
"body": [
"/*"
"* 函数功能:"
"* 输入参数:"
"* 返回参数:"
"*/"
],
"description": "Function annotation"
}
}


注释模板代码
{
"Function annotation": {
"prefix": "note",
"body": [
"/*"
"* 函数功能:"
"* 输入参数:"
"* 返回参数:"
"*/"
],
"description": "Function annotation"
}
}