標籤:
iOS開發大神必備的Xcode外掛程式寫在前面
工欲善其事,必先利其器,iOS開發中不僅要學會Xcode的基本操作,而且還得學會一些Xcode的提示,如掌握常用的快速鍵等,還有就是今天要說到的Xcode外掛程式,下面我就為大家介紹幾款開發中比較常用的Xcode外掛程式(此處應有掌聲)。
外掛程式推薦1. AMAppExportToIPA
AMAppExportToIPA
- Github地址:https://github.com/MellongLau/AMAppExportToIPA-Xcode-Plugin
2. HOStringSense
HOStringSense
- Github地址:https://github.com/holtwick/HOStringSense-for-Xcode
3. MCLog
MCLog
- Github地址:https://github.com/yuhua-chen/MCLog
4. AMMethod2Implement
AMMethod2Implement
- Github地址:https://github.com/MellongLau/AMMethod2Implement
5. Auto-Importer
Auto-Importer
- Github地址:https://github.com/citrusbyte/Auto-Importer-for-Xcode
6. ColorSense
7. VVDocumenter
VVDocumenter
- Github地址:https://github.com/onevcat/VVDocumenter-Xcode
8. AMLocalizedStringBuilder
AMLocalizedStringBuilder
- Github地址:https://github.com/MellongLau/AMLocalizedStringBuilder-Xcode-Plugin
9. R.swift
R.swift
- Github地址:https://github.com/mac-cain13/R.swift
10. CopyIssue
CopyIssue
- Github地址:https://github.com/hanton/CopyIssue-Xcode-Plugin
如何安裝
安裝方法目前有兩種:
從github下載原始碼進行安裝
- $ git clone [email protected]:外掛程式地址
- 開啟外掛程式項目運行,運行成功後程式會自動把外掛程式檔案拷貝到這個路徑下:
~/Library/Application Support/Developer/Shared/Xcode/Plug-ins。
- 重新啟動Xcode使外掛程式生效。
通過Xcode外掛程式管理器 Alcatraz 進行安裝,安裝完成後也要重新啟動Xcode使外掛程式生效。
最後
隨著Xcode的發展和iOS開發的紅火,現在Xcode外掛程式越來越多了,外掛程式越來越多當然是好事,畢竟選擇就更多,功能也更豐富了,不過,安裝太多外掛程式容易造成Xcode運行不穩定,因此,安裝外掛程式還是要根據自身需求選擇穩定性比較好的外掛程式(此處應有打賞)。
The End
李洪強iOS開發之大神必備的Xcode外掛程式