美文网首页
几款好用的Xcode 插件

几款好用的Xcode 插件

作者: 好迪 | 来源:发表于2016-09-24 14:43 被阅读52次

    高效的插件才能提高开发者的开发效率;
    下面我就介绍下本人比较好用的插件:

    1.VVDocumenter

    输入三个斜杠 "///" 自动生成相应的注释代码形式

    下载地址: https://github.com/onevcat/VVDocumenter-Xcode

    2.XcodeColors

    改变调试控制台颜色 ,经常跟CocoaLumberjack一块使用,如何使用github的说明文档中都详细说明了

    下载地址: https://github.com/robbiehanson/XcodeColors

    [站外图片上传中……(2)]

    3.CocoaPods for Xcode

    下载地址: https://github.com/kattrali/cocoapods-xcode-plugin

    4.KSImageNamed-Xcode

    下载地址: https://github.com/ksuther/KSImageNamed-Xcode

    5.DerivedData Exterminator

    下载地址: https://github.com/kattrali/deriveddata-exterminator

    6.XAlign

    下载地址: https://github.com/qfish/XAlign

    7.ColorSense for Xcode

    下载地址: https://github.com/omz/ColorSense-for-Xcode


    当插件失效操作方式

    • defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
    • find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add 0420B86A-AA43-4792-9ED0-6FE0F2B16A13
    • defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-6.4

    相关文章

      网友评论

          本文标题:几款好用的Xcode 插件

          本文链接:https://www.haomeiwen.com/subject/kkuxyttx.html