title: 提交開發效率的工具和插件
date: 2016-02-22 18:42:25
categories: iOS
tags: [開發,效率]
作者:秋兒(lvruifei@foxmail.com)
Xcode插件
1.Alcatraz,管理Xcode插件
https://github.com/alcatraz/Alcatraz2.Auto-Importer,快速導入頭文件
https://github.com/citrusbyte/Auto-Importer-for-Xcode3.Backlight,高亮顯示正在編輯的行
https://github.com/limejelly/Backlight-for-XCode
4.DerivedData Exterminator,一鍵刪除Derived Data
https://github.com/kattrali/deriveddata-exterminator5.DXXcodeConsoleUnicodePlugin,轉換 Xcode 控制臺中一些不可閱讀的字符。
https://github.com/dhcdht/DXXcodeConsoleUnicodePlugin6.FuzzyAutocompletePlugin,代碼補全支持模糊查詢
https://github.com/FuzzyAutocomplete/FuzzyAutocompletePlugin7.GitDiff,簡單直觀的標記本次commit修改的部位
https://github.com/johnno1962/GitDiff8.VVDocumenter,三道杠添加文檔注釋
https://github.com/onevcat/VVDocumenter-Xcode9.SCXcodeMiniMap,右邊顯示小地圖
https://github.com/stefanceriu/SCXcodeMiniMap10.KSImageNamed,用圖片時自動顯示圖片縮略圖
https://github.com/ksuther/KSImageNamed-Xcode11.SCXcodeSwitchExpander,switch枚舉的時候會自動生成代碼
https://github.com/stefanceriu/SCXcodeSwitchExpander
Mac工具
1.Network Link Conditioner,模擬不同網環境
http://blog.csdn.net/chun799/article/details/78873772.Charles,Mac上的抓包工具Charles
http://blog.csdn.net/jiangwei0910410003/article/details/416203633.iSwift for Mac,Objective-C轉換Swift代碼工具
http://www.waitsun.com/iswift-2-0.html