Skip to content
Nuvyntra Labs

Documentation

IDE extensions

Thin Visual Studio Code and Visual Studio wrappers that install Plugin.Wpf.MVVMExpress.Templates and run dotnet new.

What they are

HostCommands
Visual Studio CodeWPF MVVMExpress: Create New App, WPF MVVMExpress: Add Page
Visual Studio 2022+Tools → WPF MVVMExpress → Create New App…, Add Page…

After the template pack is installed, Visual Studio File → New → Project lists MVVMExpress WPF App. Add → New Item lists MVVMExpress WPF Page.

Install from Marketplace

Install the WPF listings:

Visual Studio Code: WPF MVVMExpress on the Marketplace

Visual Studio 2022+: WPF MVVMExpress on the Marketplace

In the editor: Extensions → search WPF MVVMExpress → Install. Then WPF MVVMExpress: Create New App / Add Page (VS Code) or Tools → WPF MVVMExpress (Visual Studio).

CLI (no extension)

dotnet new install Plugin.Wpf.MVVMExpress.Templates
dotnet new wpf-mvvmexpress -n MyApp
dotnet new wpf-mvvmexpress-page -n Catalog --namespace MyApp

Packed templates: Project template

Product-repo details: extensions/README.md

Discussion

Comment on Plugin.Wpf.MVVMExpress. The thread lives on this component's GitHub repository (nuvyntralabs/Plugin.Wpf.MVVMExpress). Sign in with GitHub — Giscus uses Discussions, Utterances uses Issues.