Xcode 5 插件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/19284600/
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-15 04:03:47  来源:igfitidea点击:

Xcode 5 Plugins

xcodepluginsxcode5

提问by AlexVPerl

Coming from Visual Studio & ReSharper world, you could imagine the state of shock when I was first subjected to the 'Xcode' IDE experience... Now I've just gotten used to it sigh

来自 Visual Studio 和 ReSharper 的世界,你可以想象当我第一次体验 'Xcode' IDE 时的震惊状态......现在我已经习惯了叹息

I've tried JetBrain's AppCode, it worked well for code editing but not so much for debugging and other stuff, went back to Xcode.

我已经尝试过 JetBrain 的 AppCode,它在代码编辑方面效果很好,但在调试和其他东西方面效果不佳,我又回到了 Xcode。

Looking for Xcode 5 Plugin recommendations, anything to enhance the IDE.

寻找 Xcode 5 插件推荐,任何可以增强 IDE 的东西。

Thanks!

谢谢!

回答by Andrew M

There are quite a few plugins for Xcode, many of which haven't been updated for Xcode 5 yet. I think the first resource you'd want to look into is Alcatraz, which is a great package manager for Xcode:

Xcode 有很多插件,其中许多还没有针对 Xcode 5 更新。我认为您要查看的第一个资源是 Alcatraz,它是 Xcode 的出色包管理器:

http://alcatraz.io

http://alcatraz.io

You can install most of the available plugins through Alcatraz.

您可以通过 Alcatraz 安装大多数可用插件。

回答by Arkaaito

This depends, hugely, on what type of apps you write and what features you use.

这在很大程度上取决于您编写的应用程序类型和使用的功能。

The ones that I'm grateful for every day are Lin+HOStringSense (for inline editing of localized strings and escaped strings, respectively), and ColorSense (for inline display of hardcoded colors, [UIColor someColor] calls, and other good stuff). It's the simple things that matter the most.

我每天都感激的是 Lin+HOStringSense(分别用于本地化字符串和转义字符串的内联编辑)和 ColorSense(用于硬编码颜色的内联显示、[UIColor someColor] 调用和其他好东西)。最重要的是最简单的事情。

(Edit: how could I forget KSImageNamed?! A must for a very image-heavy application I maintain. And VVDocumenter is a nice convenience when you develop libraries for which you intend to autogen Appledoc.)

(编辑:我怎么能忘记 KSImageNamed?!对于我维护的一个非常重图像的应用程序来说是必须的。当你开发你打算自动生成 Appledoc 的库时,VVDocumenter 是一个很好的便利。)

As I recall, I found all three of these through this list. You might look there as well.

我记得,我通过这个列表找到了所有这三个。你也可以看看那里。

回答by rounak

I recently compiled a list of what I thought were the most useful Xcode 5 plugins (Most of them available through Alcatraz). Here's the list.

我最近整理了一份我认为最有用的 Xcode 5 插件列表(其中大部分都可以通过 Alcatraz 获得)。这是清单