Nesting .NET MAUI .xaml Files in Visual Studio Code

Nesting .NET MAUI .xaml Files in Visual Studio Code

11 November 2024

.NET MAUI/Xamarin

Buy Me A Coffee

Welcome to November!

This month, we have a new release of .NET - .NET 9 - with many improvements! That means, your .NET MAUI apps can now target .NET 9, and you can start using the new features and improvements in your apps.

According to trends more and more developers are using Visual Studio Code for .NET MAUI development. (But JetBrains made a Rider free, so the situation may change soon.)

This article is for those who staying with Visual Studio Code.

When working with .NET MAUI XAML files in Visual Studio Code, you may notice that the file structure and nesting differ from those in Visual Studio or Rider.

File nesting is automatic in Visual Studio, and the nested files can be seen in the Solution Explorer.

Visual Studio Code also allows to nest files, but by default, XAML files are not nested and appear in parallel.

In this article, I will show you how to nest .NET MAUI XAML files in Visual Studio Code.

Nesting .NET MAUI XAML Files in Visual Studio Code

To nest .NET MAUI XAML files in Visual Studio Code, follow these steps:

  1. Open the VS Code settings and search the fileNesting settings:

    VSCode settings

  2. Ensure the File Nesting is Enabled (vscode://settings/explorer.fileNesting.enabled).

  3. Search for the File Nesting: Patterns setting (vscode://settings/explorer.fileNesting.patterns). This setting allows you to define the patterns for nesting files.

  4. Select Add Item with the key *.xaml and use the value ${capture}.xaml.cs.

Once you add the pattern, the XAML files will be nested with the corresponding code-behind files.

VSCode file nesting

Happy coding!

Buy Me A Coffee

Related:

Creating Markdown control with .NET MAUI Graphics

The article demonstrates how to render markdown with .NET MAUI Graphics.

The first project with .NET MAUI

How to migrate Xamarin.Forms app to .NET MAUI step by step.

An unhandled error has occurred. Reload

🗙