docs/documentation/extension.md
Visual Studio allows you to add extensions that can be installed in several ways:
.vsix package..vsix file.In this tutorial, we'll cover the last way, if you want to know more, check out Manage extensions for Visual Studio.
In any case, if you want to download a plugin and install it manually, or leave your review, you can find it in the Visual Studio Marketplace:
https://marketplace.visualstudio.com/items?itemName=lepo.wpf-ui
[!NOTE] The source code for WPF UI Visual Studio 2022 extension is public and you can check it out here.
After creating a project, you can familiarize yourself with its structure and proceed to further steps.