JetBrains AppCode: an Objective-C IDE That Makes a Difference
1–10 of 52 posts
Re: JetBrains AppCode: an Objective-C IDE That Makes a Difference
#2Re: JetBrains AppCode: an Objective-C IDE That Makes a Difference
#3I'm all for options, and $50 to $150 usd is not prohibitive for an IDE, but since Xcode is free and directly from Apple, there must be some really good features for me to switch IDEs.
Re: JetBrains AppCode: an Objective-C IDE That Makes a Difference
#4I might be missing something, but was are the advantages of this over using Xcode? I'm all for options, and $50 to $150 usd is not prohibitive for an IDE, but since Xcode is free and directly from Apple, there must be some really good features for me to switch IDEs.
Re: JetBrains AppCode: an Objective-C IDE That Makes a Difference
#5I might be missing something, but was are the advantages of this over using Xcode? I'm all for options, and $50 to $150 usd is not prohibitive for an IDE, but since Xcode is free and directly from Apple, there must be some really good features for me to switch IDEs.
Re: JetBrains AppCode: an Objective-C IDE That Makes a Difference
#6They built my favorite Java IDE, IntelliJ.
Re: JetBrains AppCode: an Objective-C IDE That Makes a Difference
#7I might be missing something, but was are the advantages of this over using Xcode? I'm all for options, and $50 to $150 usd is not prohibitive for an IDE, but since Xcode is free and directly from Apple, there must be some really good features for me to switch IDEs.
Once you use a refactoring tool to rename a class and have it renamed everywhere in your project, you get a taste for what XCode is missing. There are several refactorings like this that shave a lot of time out of some of the more annoying tasks. Code generation allows you to define a method or property once and have it added to both .h and .m files, as well as have properties synthesized. If you want to add an argument to the method signature, that is done in one step, too. The SVN integration in IntelliJ IDEA was superb. I have had issues using SVN in XCode where the interface refuses to load history, and the interface for managing conflicts just isn't there (try having 2 devs change the project file). These are just a few things off the top of my head.
Re: JetBrains AppCode: an Objective-C IDE That Makes a Difference
#8I love JetBrains products. These guys are awesome. I don't write Apple Code (iOS or Mac OS), but I'm sure it is really cool. They built my favorite Java IDE, IntelliJ.
For 100% iOS development I doubt many people will switch. The integration between Xcode, Interface Builder and the various Apple frameworks is something that will be hard if not impossible to implement in another IDE.
Re: JetBrains AppCode: an Objective-C IDE That Makes a Difference
#9I might be missing something, but was are the advantages of this over using Xcode? I'm all for options, and $50 to $150 usd is not prohibitive for an IDE, but since Xcode is free and directly from Apple, there must be some really good features for me to switch IDEs.
Disclaimer: I'm on the JetBrains "Academy" which means they sponsor some of my speaking and stuff.
Re: JetBrains AppCode: an Objective-C IDE That Makes a Difference
#10I might be missing something, but was are the advantages of this over using Xcode? I'm all for options, and $50 to $150 usd is not prohibitive for an IDE, but since Xcode is free and directly from Apple, there must be some really good features for me to switch IDEs.
Disclaimer: I do Java using Eclipse for my day job, and have used one of their Java IDEs in the past (IntelliJ IDEA). The code-editing side of XCode compared to these IDE is like a relic from the 90's. Once you use a refactoring tool to rename a class and have it renamed everywhere in your project, you get a taste for what XCode is missing. There are several refactorings like this that shave a lot of time out of some…