/**
* Add custom image sizes attribute to enhance responsive image functionality
* for post thumbnails
*
* @since Twenty Sixteen 1.0
*
* @param array $attr Attributes for the image markup.
* @param int $attachment Image attachment ID.
* @param array $size Registered image size or flat array of height and width dimensions.
* @return string A source size value for use in a post thumbnail 'sizes' attribute.
*/
这个代码是wordpress中的,请问,这样的注释有专门的插件来产生?
先生成
/**
*
*
×/
然后再填写内容,还是每次需要生成注释的时候,就一个一个字符的敲?
应当有好的办法生成注释吧?
把这个加入~/.vimrc 然后文件按F4就能加上
安利一个支持vim的在线运行代码网站:https://www.bytelang.com/