From the course: Remote Collaboration for Developers with Microsoft Live Share

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Enjoy IntelliSense in guest session

Enjoy IntelliSense in guest session - Visual Studio Tutorial

From the course: Remote Collaboration for Developers with Microsoft Live Share

Start my 1-month free trial

Enjoy IntelliSense in guest session

- [Instructor] Here's another nice feature that I find impressive with the way this works, is remember that when you're sharing this code, the participants don't have to have your source code. It could stream to their computer. They don't have to have the plug-ins in Visual Studio Code if they don't want to. But what's impressive to me is that if there are a bunch that edit the document, they get the same IntelliSense that you would see, or autocomplete that you would see on your computer. So if I go to my computer and I have this instance of my type here, there's a LogoRenderer type, and I type in logo., I can see that I have access to this draw header and I can read about it. I have to pass in two arguments, that title text and the side margin percentage. So I can do that. When I open the parenthesis, I get that same IntelliSense here. And I'll do, let's do a 15% on this one. So I get that IntelliSense. Now when I…

Contents