XCode插件

说明:以下插件下载完成后,在xcode中执行run一下,然后重启xcode即可。

1、Backlight:把当前正在编辑的行突出显示

https://github.com/limejelly/Backlight-for-XCode

xcode中打开此功能:Edit->Backlight->Line backlight

2、KSImageNamed:自动补全图片名称

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

3、Fuzzy Autocomplete:自动完成功能

https://github.com/FuzzyAutocomplete/FuzzyAutocompletePlugin

4、XAlign:代码对齐(快捷键:shift+cmd+x)

https://github.com/qfish/XAlign

xcode中设置:Edit->XAlign

参考:http://hao.jobbole.com/xalign-xcode-plugin-to-align-code/

5、VVDocumenter:输入三个斜杠///就能快速生成注释

https://github.com/onevcat/VVDocumenter-Xcode

原文地址:https://www.cnblogs.com/hacjy/p/5125016.html