From the course: Microsoft XAML: 1 Core Concepts

Unlock the full course today

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

Optimize the XAML editor settings

Optimize the XAML editor settings

From the course: Microsoft XAML: 1 Core Concepts

Start my 1-month free trial

Optimize the XAML editor settings

- [Instructor] I'll use the XAML editor in Visual Studio for this course. I'd like to share some of my favorite IDE settings for the editor, ones that I feel make me more productive when reading and writing XAML. This is a WPF project, but what I'm showing here is the same in the other flavors of XAML. In the Solution Explorer I can click on this XAML file and that'll open something called the Designer. In this case it has a visual designer on the top half of the screen, and this is where I can see a visual representation of the UI, I can manipulate it with the tool box, the property window, I can move things with my mouse or move 'em around with my keyboard. On the bottom half of the screen is the Text Editor. This is the XML or the XAML, it works like most text editors you're familiar with. In this designer I can switch the panes by clicking on this button, this is called the Swap Panes button and it'll move the text to the top of the window and the designer to the bottom of the…

Contents