Home  >  Article  >  Backend Development  >  javascript - sublime text3 如何生成以下公共头部注释?

javascript - sublime text3 如何生成以下公共头部注释?

WBOY
WBOYOriginal
2016-07-06 13:51:201110browse

<code>/**
*@author test@alibaba.com
*@date 2016年07月05日15:08:57
*@package  vonder
*@access public
*
*
/</code>

回复内容:

<code>/**
*@author test@alibaba.com
*@date 2016年07月05日15:08:57
*@package  vonder
*@access public
*
*
/</code>

这个如何 https://packagecontrol.io/packages/FileHeader

专门针对文件头 还能更新日期

上面链接图挂了, 可以参考这个链接的 http://chenxuehu.com/article/2015/02/4320.html

我没用过sublime text3,但是帮你找了一下,你可以试一下,489K的下载量,应该符合你的要求
DocBlokcr

代码块的注释可以使用DocBlokcr插件,文档的公共头部注释可以使用SublimeTmpl插件,详见SublimeText3常用插件及快捷键总结

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn