Hacker News new | ask | show | jobs
by rwbt 4655 days ago
Just curious, what is lacking in Xcode for C++ development? I've a few years experience with C++ and I find Xcode to be quite nice and usable.
2 comments

Main things for me are the refactoring, code navigation (find usages is awesome!), and coding assistance. Check those out here : http://www.jetbrains.com/objc/features/
XCode is not cross-platform! It doesn't integrate with other build systems: autotools, CMake, premake, Scons, etc.
depends what kind of integration you're thinking of, I guess?

I assume you know of the 'External Build System' project-level support.

from a quick search: http://meandmark.com/blog/2011/10/using-makefiles-in-xcode-4...