Nine Years of Service
Posts: 183
Threads: 40
Programming with team 03-28-2017, 01:53 AM
#1
My buddy and i have been trying to sort of like "Team Code" i'm wondering if there is a feature in visual studio or a program that lets us code a program simultaneously? I feel like a dummy for not figuring out how this visual studio team thing works
•
Ten Years of Service
Posts: 3,024
Threads: 155
RE: Programming with team 04-02-2017, 01:03 PM
#2
You mean something like Titanpad, though that isn't really meant for coding.
You can setup a codiad server, this would allow you to code with multiple people at once, I'm not sure syntax highlighting is enabled for every language though.
It's pretty easy to install, and doesn't require a lot, I used to run a server on my PI.
~~ Might be back? ~~
•
Ten Years of Service
Posts: 1,918
Threads: 64
RE: Programming with team 04-02-2017, 01:49 PM
#3
You can use Git
If you are using VS you should be able to get GIT from the NuGet package manager
•
Nine Years of Service
Posts: 2
Threads: 0
RE: Programming with team 04-28-2017, 12:02 AM
#4
You can use VS Anywhere, I've used that before and it's extremely stable and made for VS.
•
Nine Years of Service
Posts: 78
Threads: 4
RE: Programming with team 04-28-2017, 08:19 PM
#5
Use git as mentioned here or a subversion server.
•
Nine Years of Service
Posts: 183
Threads: 40
RE: Programming with team 05-17-2017, 04:10 PM
#7
starting the guide now! sorry for such a late reply, been going through some stuff
•