Visual Studio Live Share For Collaboration
Written by Sue Gee   
Thursday, 16 November 2017

Visual Studio Live Share, which will bring real-time collaborative editing and debugging to both the full VS IDE and to VS Code, made its debut on the first day of the Microsoft Connect event taking place online November 15 -17. 

Live Share is another leap forward for Visual Studio and the open source Visual Studio Code in the it permits you to work collaboratively on a codebase with a colleague while each of you remains in your own space - own computer and own tools - with no need to clone or copy. It can be used for seeking help, resolving bugs, pair programming and also for conducting a coding interview or performing a review before a code commit or a pull request.

The code you are collaborating on is made available via a secure cloud service and Live Share enables instant access to capabilities like the project tree, code navigation, and search.

 

vslivesharscreens

 

This goes beyond just simple screen sharing and will allow developers to sync repos to collaborate; edit and debug in real-time and enjoy all the benefits of pair programming without any of the inconveniences this can entail. In order to discuss your code it can be used with chat, voice, video and screen sharing.

As you can see in this demo of getting help finding a bug, a project can be launched under the debugger, and both people can see the call stack, examine in-scope variables, or even change values in the immediate window. Both sides can single step the debugger to advance through a program.

 

 

Microsoft is still at an early stage with this exciting new facility. You can sign up to take part on a private limited Preview (US only) which is hoped will take place in early 2018 and will be restricted to Node.js and ASP.NET/ASP.NET Core (C#) based web applications and services. 

vsliveshargraphic

More Information

Introducing Visual Studio Live Share

Related Articles

Visual Studio 2017 Released

Microsoft Releases Visual Studio Code For Linux, Mac And Windows

Visual Studio Code Comes To Raspberry Pi And Chromebooks

Visual Studio Code Reaches Version 1.0

Why Do We Try To Make Programming Like Something Else?

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


The Experience AI Challenge
28/03/2024

The Raspberry Pi Foundation in collaboration with Google DeepMind has announced the Experience AI Challenge. Its intention is to guide young people under the age of 18, and their mentors, through [ ... ]



GitLab Releases Duo Chat
22/04/2024

GitLab has announced that Duo Chat is now generally available in GitLab 16.11, offering a range of AI features in a single natural language chat experience.


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 16 November 2017 )