Xcode插件分享:注释工具VVDocumenter

写注释是一个程序开发人员最基本的道德素质,但Xcode并没有对注释进行优化,因此写规范的注释总是要做大量重复而无意义的工作,比如说键入*号。

这里推荐一个Xcode的plugin,VVDocumenter。

附上github地址:https://github.com/onevcat/VVDocumenter-Xcode/

使用的方法很简单,编译一下该插件,然后重启Xcode。

写注释的时候只需要输入///

该工具会自动根据场景建立注释模板。

非常方便,福利给大家。

你可能感兴趣的:(ios,注释,xcode,插件,plugin)