alexcurtisdev / ViewToViewModelSwitcherNetCore

# View To ViewModel Switcher
MIT License
0 stars 0 forks source link

View To ViewModel Switcher

Easily toggle between a View and a ViewModel, particularly useful for WPF MVVM projects.

Shortcuts

Placements

Accessible under the 'View' dropdown in the top navigation and within the context menu when right-clicking a C# or XAML file.

Visibility/Enable Conditions

Active file must end with either 'view.xaml' or 'View.xaml' or 'viewmodel.cs' or 'ViewModel.cs'.

How it Works

RELEASE NOTES

New in 2.0.0.0 (Released 07/04/2024)

New in 1.5.0.0 (Released 24/02/2023)