如何在表单的片段中添加评论
snippet function
/*
* === FUNCTION =====================================
* Name: ${1:name}
* Description: ${2:description}
* ==================================================
*/
${3:void} $1(${4:args}) {
${5}
}
后者似乎不起作用。