From the course: Learning Visual Studio Code (2017)

Unlock the full course today

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

Playground

Playground - Visual Studio Tutorial

From the course: Learning Visual Studio Code (2017)

Start my 1-month free trial

Playground

- [Instructor] One of the coolest features that I've found in Code, is the interactive playground. So, let me go ahead and show you what that is. Right now I have the .NET project opened up. But what we want to do is go to Help and select the welcome screen. And on the right hand side, we're going to go ahead and choose Interactive Playground. Now, before we get started, I want us to click on the Program.cs file, to open that up. And also one of the read me files. We'll choose README2, the one that I opened up. Actually, let's go ahead and just choose README. Now let's go back to the welcome screen. The interactive playground is a great way to just remind ourselves of some of the cool features that Code has, by having an actual interactive area where we could play around with those features. So, over here, some of the highlights, are these features right here. Multi-Cursor editing, IntelliSense, Line Actions, Renaming, Refactoring, Formatting, and so forth. So, let me go ahead and try…

Contents