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


Couchbase Adds Vector Search
07/03/2024

Couchbase is adding support for vector search across its entire product line including Capella, Enterprise Server, and Mobile. Support has also been added for retrieval-augmented generation (RAG) tech [ ... ]



TypeScript 5.4 Adds NoInfer Type
12/03/2024

TypeScript 5.4 has been released, with the addition of a NoInfer utility type alongside preserved narrowing in closures following last assignments. 


More News

raspberry pi books

 

Comments




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

Last Updated ( Thursday, 16 November 2017 )