Xcode好用插件推荐

作者: gao_smile | 来源:发表于2016-05-11 15:55 被阅读555次

    Alcatraz
    与CocoaPod类似。Alcatraz是Xcode的插件管理器,能够让你方便的管理Xcode的插件。不仅可以管理插件,还可以管理主题等等。这个一般只要下载插件就必须下载这个的。

    FuzzyAutocomplete
    如果只让我选一个插件留下,那必须是FuzzyAutocomplete.强大的模糊匹配输入,只要输入方法里面有的单词就会自动匹配,比xcode自带的便捷多了。让你写代码的时候再也不用费脑子去记住名字那么长的对象或者函数名了,好用到让你想哭。

    KSImageNamed
    这款必须推荐啊,每次必下载的,再输入【UIImage imageNamed:】 只有输入imageNamed 一敲回车,图片全部显示出来了你可以自己选择,也可以名称匹配。


    F9C54199-7D21-40AA-9C6B-59AE656FF654.png

    安装该插件后,会对文件中图片进行智能提示。

    OMColorSense
    把颜色显示出来的插件,只要有【UIColor whiteColor】; 类似格式的,鼠标移到上面就会显示对应的颜色,当然你也可以点开 改成自己想要的颜色。
    github地址:https://github.com/omz/ColorSense-for-Xcode

    XAlign
    作为有洁癖的码农,看到不对齐的代码一定是不能忍的,XAlign可以轻松解决你的烦恼。

    XToDo-master
    github地址:https://github.com/trawor/XToDo

    VVDocumenter-Xcode
    喵大的又一力作,能够识别当前函数的参数和返回类型,帮助你快速编写符合规范的注释。只要在需要进行注释的地方敲三个斜杠(即///),就能根据环境提供以下两种格式的注释。

    B1CDE81B-5429-4F36-8ACC-166A068C031F.png
    github地址:https://github.com/onevcat/VVDocumenter-Xcode

    deriveddata-exterminator
    如果你老是遇到Xcode抽风,提示你要因为某个原因要删除某个目录下的文件,否则编译不过,那你一定会被这个插件感动,因为说明了遇到这个事的人不只你一个。

    Xcode-Quick-Localization
    多语言在iOS开发中一直不是很方便。有了它, 你可以省不少事。

    Backlight-for-XCode
    就如果Xcode默认的80个字的分页提示一样,高亮当前正在编辑的一行,也是一种友好的提示,喜不喜欢也就因人而异了。

    Helmet
    如果你跟我一样,经常开发的时候回去查看系统API的话,那一定有过不小心按错键然后修改了系统头文件的经验,就算你撤销了修改,重新编译时Xcode也会报错,提示你清除cache helmet可以有效的防止这个问题的发生。(不过你想改pod的代码也被阻止了~~ 这点我觉得需要改进)

    Auto-Importer-for-Xcode-master
    github地址:https://github.com/lucholaf/Auto-Importer-for-Xcode

    ClangFormat-Xcode-master
    github地址:https://github.com/travisjeffery/ClangFormat-Xcode

    deriveddata-exterminator-master

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

    KSImageNamed-Xcode-master

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

    ObjectGraph-Xcode-master
    github地址:https://github.com/vampirewalk/ObjectGraph-Xcode

    RSImageOptimPlugin-master
    github地址:https://github.com/yeahdongcn/RSImageOptimPlugin

    SCXcodeSwitchExpander-master
    github地址:https://github.com/stefanceriu/SCXcodeSwitchExpander

    xcodeTheme-master xcode主题样式,外貌协会可以试试哦
    github地址:https://github.com/laughmaker/xcodeTheme

    ZLCheckFilePlugin-Xcode-master
    github地址:https://github.com/MakeZL/ZLCheckFilePlugin-Xcode

    ZLGotoSandboxPlugin-master
    github地址:https://github.com/MakeZL/ZLGotoSandboxPlugin

    网络不好的小伙伴也可以去这个地址下载:
    http://pan.baidu.com/s/1dDrjcg5

    相关文章

      网友评论

        本文标题:Xcode好用插件推荐

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