用于编写 Objective-C 代码的良好 xcode 替代方案

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

Good xcode alternative for writing objective-C code

objective-cxcodecocoamacos

提问by Antwan van Houdt

As Xcode 4 is likely to stay as slow as it is now, are there any editors out there that are code aware and good with objective-C?

由于 Xcode 4 可能会像现在一样缓慢,是否有任何编辑器可以识别代码并且擅长使用 Objective-C?

I will not stop using xcode, it still has great features but just for the writing of the code.

我不会停止使用 xcode,它仍然具有很棒的功能,但仅用于编写代码。

采纳答案by Regexident

There is:

有:

You could even use one of these with the appropriate plugins:

您甚至可以将其中之一与适当的插件一起使用:

…just to name a few.

…仅举几个。

回答by mr.andy.peters

JetBrains is working on AppCode - http://www.jetbrains.com/objc/

JetBrains 正在开发 AppCode - http://www.jetbrains.com/objc/

It's in beta and freely available. Worth a look if you searching for alternatives.

它处于测试阶段,可免费使用。如果您正在寻找替代品,值得一看。