Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I code simultaneously with a friend on Visual Studio?

Is there an addon or extension for Visual Studio that will enable me to code C# programs with a fellow programmer simultaneously? Simultaneous as in my friend sees what I am typing, as I am typing it.

like image 940
puradox Avatar asked Jan 29 '12 07:01

puradox


People also ask

Can you collab on Visual Studio?

Once installed, you'll see Live Share appear in the top right corner of Visual Studio. You can now begin collaborating with others immediately!

How do I join a Visual Studio Code in live share?

Join from Visual Studio CodeClick on the "Live Share" status bar item or press Ctrl+Shift+P / Cmd+Shift+P and select the "Live Share: Sign In With Browser" command. Your browser will launch while a notification will appear launch asking you to sign in.


2 Answers

The tool you are looking for is VS Anywhere.

Here you can see a video on YouTube. You can download from Visual Studio Gallery, and you can look for more information on the VS Anywhere web page.

(I'm the VS Anywhere owner.)

like image 72
Jesus Salas Avatar answered Oct 04 '22 19:10

Jesus Salas


I can't say I've done this much (I helped someone with an Android program via a GoToMeeting session once!), but I would say any sort of screen sharing software would be your best bet. There are many options, but I would probably start with something like TeamViewer, Skype, or join.me and see if it fits the bill.

like image 24
Evan Avatar answered Oct 04 '22 19:10

Evan