Search code examples
c#javaideextreme-programming

Multi-programmer programming IDE or plugin


Are there any plugins/addons/website services which support good multi-programmer programming?

Just like Google Documents supports having people concurrently edit a document, is there any such similar features for IDEs? If so, Java and C# would be handier.

This feature would be useful for me to help others debug their code and help them see where they're going wrong, without actually having to be there with them.

I imagine this could also be useful for "pair programming" while at different locations (reduced usefulness I know, but still)

Thank you


Solution

  • XPairtise is designed to assist with pair programming within Eclipse.

    This feature would be useful for me to help others debug their code and help them see where they're going wrong, without actually having to be there with them.

    Often, desktop sharing (like GotoMeeting and similar) are easier for this, if this is your main goal.