Main Features: -Show View and ViewModel: Easily open and switch between the corresponding view and view model files (CTRL+E+Q). -Convert Properties to Properties with INPC: Converts regular properties to properties with a Set method or [ObservableProperty] - easily use bindings with your properties (CRTL+E+P). -Format XAML: Simple and quick Format Xaml which respects your current lines and indentation - improving code readability and maintainability. -Go To Binding Definition: When pressing F12 for a Command which was generated by MVVM Toolkit [RelayCommand] or [ObservableProperty], automatically open the ViewModel where the actual method or property is - instead of the generator source. -Clean Bin and Obj: Cleans the solution by removing bin and obj folders from all projects. -Kill XAML Designer: Kills the XAML designer process to fix/restart any issues with the designer. |