|
|
|
|
|
by hamletdrc2
5347 days ago
|
|
XCode is based on the same framework as the other IDEs, so you can expect excellent refactoring, static analysis, and "code rewriting" features. Also, the version control integration of the platform is top-notch, especially for git. I use IDEA to manage all of my local git repositories, and I only use the command line now for pushing remotes and git-log (I use IDEA for the rest because it is faster for me). Disclaimer: I'm on the JetBrains "Academy" which means they sponsor some of my speaking and stuff. |
|