vscode 方法代码块的注释生成方法 1、安装插件 Document This 2、将光标放置于function上面,快捷键是 Ctrl+Alt+D 加 Ctrl+Alt+D 注:vue里的method方法中的function用这个不行,单独的一个文件中可以,类似下面的代码 /** * * 获取指定的参数值 * @param {*} name 参数名称*/const getUrlParam=function(name...
body and// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with...