iOS知识iOS DevelopmentiOS Developer

Xcode工具插件的使用和20款常用插件「持续跟新中」

2018-01-17  本文已影响89人  爱貌貌Manners

插件是辅助程序员开发的工具,能够让程序员方便的使用一些便捷的功能,提高开发的效率。


资源链接


目录


1.插件管理工具的安装和使用「Alcatraz」

简介:Alcatraz 是一款 Xcode的插件管理工具,可以用来管理XCode的插件,可以方便的安装和卸载Xcode上的插件

安装和卸载

github地址:https://github.com/alcatraz/Alcatraz

终端安装图像.png
 注意:在安装的过程中需要先把XCode退出,等安装完成之后重新打开XCode。打开之后,会弹窗如下图所示,选择load bunble。
重新打开Xcode后.png
安装成功.png

如何使用Alcatraz

2.注释插件「VVDocumenter-Xcode」

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

3. 扫面图片工具「KSImageNamed」

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

KSImageNamed的使用.gif

4.代码对齐工具「XAlign」

下载和使用方法设置:https://github.com/qfish/XAlign

XAlign的使用.gif

5.快速进入沙盒工具「ZLGotoSandboxPlugin


下载地址:https://github.com/MakeZL/ZLGotoSandboxPlugin

6.右边显示小地图「SCXcodeMiniMap」

下载地址:https://github.com/stefanceriu/SCXcodeMiniMap

7. 代码补全支持模糊查询「FuzzyAutocomplete」

下载地址:https://github.com/FuzzyAutocomplete/FuzzyAutocompletePlugin

8.GitDiff 简单直观的标记本次commit修改的部位

下载地址:https://github.com/johnno1962/GitDiff

9.xvim 把xcode的编辑页面可支持vim操作

下载地址:https://github.com/JugglerShu/XVim

10. BBUDebuggerTuckAway 敲代码时debug视图自动隐藏

下载地址:https://github.com/neonichu/BBUDebuggerTuckAway

11.Backlight-for-XCode 高亮显示正在编辑的行

下载地址:https://github.com/limejelly/Backlight-for-XCode

12. cocoapods-xcode-plugin pod相关的操作可以在xcode菜单进行

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

13.ColorSense 输入颜色时有一个色板给你选

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

14.SCXcodeSwitchExpander switch枚举的时候会自动生成代码

下载地址:https://github.com/stefanceriu/SCXcodeSwitchExpander

15.DerivedData Exterminator 一键删除Derived Data

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

16.DXXcodeConsoleUnicodePlugin debug栏打印时自动把/ueo6转化成汉字

https://github.com/dhcdht/DXXcodeConsoleUnicodePlugin

17.XToDo 快捷键标记,和统一查看

https://github.com/trawor/XToDo

18.将JSON格式化输出为模型的属性「ESJsonFormat

ScreenShot3.gif
ScreenShot2.gif

19.用来生成 @3x 的图片资源对应的 @2x 和 @1x 版本「RTImageAssets

iconset-gen.gif
usage.gif

总结

上一篇下一篇

猜你喜欢

热点阅读