什么是最有用的 Xcode 插件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3676256/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 19:43:20  来源:igfitidea点击:

What are the most useful Xcode plugins?

iphonecocoacocoa-touchxcodemacos

提问by fyasar

What are the most useful plugins that you have found for Xcode? I'm looking for ones that help to cut your development times.

您为 Xcode 找到的最有用的插件是什么?我正在寻找有助于缩短开发时间的方法。

I'm already using ciaran's xcode-bracket-matchermyself, but I would be interested in any others that people have found to be helpful

我自己已经在使用ciaran 的 xcode-bracket-matcher,但我会对人们发现有帮助的任何其他工具感兴趣

回答by Dave Lee

I just came across Code Pilot. I don't know how long it's been around, but it deserves to be more well known. I came here looking for other unsung Xcode gems just like it, but it appears there aren't a lot out there. Also check out Completion Dictionaryand Accessorizer

我刚遇到Code Pilot。我不知道它已经存在了多久,但它值得被更多人知道。我来这里是为了寻找其他类似的无名 Xcode gem,但似乎没有太多。另请查看Completion DictionaryAccessorizer

回答by AVEbrahimi

I am using Code Pilotfor a couple of months, it is great tool, though have some little glitches.

我使用Code Pilot几个月了,它是一个很棒的工具,虽然有一些小故障。

I recommend it.

我推荐它。

回答by pwang

To add code snippets I use Completion Dictionary

要添加代码片段,我使用完成字典

回答by Barry Wark

I'm a fan of Google Toolbox For Mac's Xcode plugin, which adds menu items to create a unit test executable and to manage code coverage analysis for a target.

我是Google Toolbox For Mac的 Xcode 插件的粉丝,它添加了菜单项来创建单元测试可执行文件并管理目标的代码覆盖率分析。

回答by Anil Sivadas

Clang analyser is one tool for finding bugs in the C and Obj-C code

http://clang-analyzer.llvm.org/

Hope you are already using the performance tools like Instruments and Shark attached with XCode itself.

Clang 分析器是一种用于在 C 和 Obj-C 代码中查找错误的工具

http://clang-analyzer.llvm.org/

希望您已经在使用 XCode 本身附带的 Instruments 和 Shark 等性能工具。