几款好用的Xcode 插件

高效的插件才能提高开发者的开发效率;
下面我就介绍下本人比较好用的插件:

1.VVDocumenter

输入三个斜杠 "///" 自动生成相应的注释代码形式

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

2.XcodeColors

改变调试控制台颜色 ,经常跟CocoaLumberjack一块使用,如何使用github的说明文档中都详细说明了

下载地址: https://github.com/robbiehanson/XcodeColors

[站外图片上传中……(2)]

3.CocoaPods for Xcode

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

4.KSImageNamed-Xcode

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

5.DerivedData Exterminator

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

6.XAlign

下载地址: https://github.com/qfish/XAlign

7.ColorSense for Xcode

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


当插件失效操作方式

  • defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
  • find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add 0420B86A-AA43-4792-9ED0-6FE0F2B16A13
  • defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-6.4
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容