Remote Pair Programming in Visual Studio [closed]

我与影子孤独终老i 提交于 2019-12-20 08:49:02

问题


Does anyone know of a Visual Studio add-in that allows remote pair programming in Visual Studio?

Something along the lines of SubEthaEdit, where all users can edit the same document, live, in realtime.

A shared/remote desktop connection where multiple users are in control of the keyboard and mouse is a step in the right direction. However, this solution isn't as good as SubEthaEdit since by default the Visual Studio text editor won't be able to handle simultaneous edits.


回答1:


Personally, having done a fair amount of remote pair programming recently, I prefer Join.me. We don't actually both use the keyboard/mouse at the same time, we commit and push changesets using source control and actually swop who is the host.

One of the handful of very popular VNC options would allow both parties to type and have control of the mouse (unlike SharedView, where you have to pass control back and forth), and goes well with Skype voip.

  • UltraVNC
  • RealVNC
  • TightVNC



回答2:


VS Anywhere is what you need to do pair programming with Visual Studio




回答3:


Skype could handle it. One of the tenets of pair programming is that only one person is at the keyboard and mouse, so all you really need is one-direction screen casting and voice chat.




回答4:


My recommendation is Team Viewer




回答5:


You could use microsoft shared view (although you can't type concurrently, you can point to things with a mouse trail).

And use skype for the conversation part.




回答6:


I've just tried a 2,5 h session via Remote Assistance in Windows and that worked pretty good. The most annoying thing was that I couldn't find a way to get it running in fullscreen.

We used Skype for audio and are thinking about running with a webcam as well.

Think I'll try TeamViewer the next time!




回答7:


We are working on this. You can use beWeeVee.com by now as a workaround. Meanwhile we are working on this: http://www.youtube.com/watch?v=DwXNk-lCIdg



来源:https://stackoverflow.com/questions/926349/remote-pair-programming-in-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!