Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 804
Kurru Avatar asked Jan 12 '11 02:01

Kurru


3 Answers

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.

like image 136
Reed Copsey Avatar answered Oct 22 '22 07:10

Reed Copsey


I haven't heard any buzz about it in awhile, but the Eclipse Docshare plugin is designed to do exactly this, in fact its underlying technology - Cola - has a description directly addressing your idea of remote pair programming. Video of the plugin in action.

like image 39
orangepips Avatar answered Oct 22 '22 07:10

orangepips


Currently there is http://www.wave-vs.net/, I haven't used it but it seems exactly what you want. Hopefully in the future more open-source variants of this will be developed for the Wave protocol allowing use with other languages.

like image 43
Nemo157 Avatar answered Oct 22 '22 05:10

Nemo157