xcode多行注释

  1. 下载VVDocumenter https://github.com/onevcat/VVDocumenter-Xcode
    安装步骤如下:
    一、查看Xcode的UUID方式1在终端执行 defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
    二、
    1、在Xcode中打开插件项目,选择项目名称,在TAGETS下选中VVDocumenter-Xcode;
    2、选择Info,找到DVTPlugInCompatibilityUUIDs的项目,添加一个Item,Value的值为之前Xcode的UUID;
    3、Build项目,VVDocumenter-Xcode会自动安装。
    三、重启Xcode 8之后,重启Xcode时会提示“Load bundle”、 “Skip Bundle”,这里必须选择“Load bundle”,不然插件无法使用。

tips:其他好用的第三放插件:
http://www.cocoachina.com/industry/20130918/7022.html

PS: 装完才发现xcode8 已经禁掉了VVDocumenter, 并且把它整合进了xcode, 按command+ option +/, 在方法或者属性前可以自动多行注释了, 或者


xcode多行注释_第1张图片
Snip20170308_1.png

你可能感兴趣的:(xcode多行注释)