Xcode 4 Real-time Collaborative Editing

I really like the look of the new xcode (4). But, a friend and I wanted to see if there is a way to do co-editing in real time (http://en.wikipedia.org/wiki/Collaborative_real-time_editor). Just like you see when you use Google Docs to edit a document with someone.

In addition, can / is there (is) a plug-in that should work with xcode for co-editing in real time? Or something like that?

Thanks for the message, Throdne

+4
source share
1 answer

As far as I know, there is no way to do this, and since Xcode does not really support plugins, there is no way to work together in Xcode. I suggest using Sub Etha Edit . As an editor for Objective-C, it is clearly not as wonderful as Xcode, but nevertheless it does a pretty decent job and can serve you well in customizing.

+4
source

All Articles