用于编写 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
Good xcode alternative for writing objective-C code
提问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:
有:
- TextMate(commercial)
- Kod(open source)
- SubEthaEdit(commercial)
- MacVim(open source)
- Smultron(open source)
- BBEdit(commercial)
- TextWrangler(free)
- TextMate(商业)
- Kod(开源)
- SubEthaEdit(商业)
- MacVim(开源)
- Smultron(开源)
- BBEdit(商业)
- TextWrangler(免费)
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.
它处于测试阶段,可免费使用。如果您正在寻找替代品,值得一看。